@charset "utf-8";

body{font-style:normal;font:12px Arial, Helvetica,sans-serif,"\5B8B\4F53";color:#000000;background:#FFF;/*letter-spacing: 1px;*/} 
body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, p, marquee, from{margin:0;padding:0;} 
ol, ul ,li{list-style: none;} 
img {border: 0; vertical-align:middle;} 
a{color:#333;text-decoration:none; }  
a:hover{color:#cc0001;text-decoration:underline;} 
/*
::selection { background:#c40000; color:#fff;}
::-moz-selection { background:#c40000; color:#fff;}
::-webkit-selection { background:#c40000; color:#fff;}
*/
::selection { background:#219bd9; color:#fff;}
::-moz-selection { background:#219bd9; color:#fff;}
::-webkit-selection { background:#219bd9; color:#fff;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.hide{display:none;}
.block{display: block;}
.fixed {position: fixed;z-index:1;}
.l{float:left;}
.r{float:right;}
.clear{clear:both; font-size:0; line-height:0; height:0;}
.after-clear::after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.line {height:1px;background-color:#ddd;overflow:hidden;}
.line2px {height:0;border-top:1px solid #ddd;border-bottom:1px solid #fff;overflow:hidden;}
.line2pxlight {height:0;border-top:1px solid #939393;border-bottom:1px solid #fff;overflow:hidden;}
.h5 {height: 5px;display:block; overflow: hidden;}
.h10 {height: 10px;display:block; overflow: hidden;}
.h20 {height: 20px;display:block; overflow: hidden;}
.fixhidden{overflow: hidden;}
.nowrap{white-space:nowrap;}
.nowarp-hidden{overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.relative{position: relative;}
.plr20{padding-left: 20px; padding-right: 20px; }
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mtpn{
	margin-top: 20px !important;
}
.red{color: #c40000;}
.h30{
	width: 100%;
	height: 30px;
}
.w1200{
	width:1202px;
	margin:0 auto;
}
.xcn_keyword_list{
	background-color: #f9f9f9;
}
/* top */
.top-box{
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
	font-size:12px;
}
.top-box a{
    margin: 0 5px;
}

/*banner*/
.banner-box{
    height: 120px;
}
.banner-box .box-logo{
	width:420px;
	height:80px;
	margin-top:15px;
	float:left;
}
.banner-box .box-search{
	margin-top:30px;
    margin-left: 20px;
	float:left;
}
.banner-box .box-cart{
	margin-top:30px;
    margin-left: 50px;
	float:left;
}
/*search*/
.box-search .search-input{
	width:500px;
	height:40px;
	background-color:#00b6bd;
	border-radius:5px;
	overflow:hidden;
}
.box-search .search-input .l{
	float:left;
	width:414px;
	height:34px;
	overflow:hidden;
	background-color:#fff;
	border:3px solid #00b6bd;
}
.box-search .search-input .r{
	float:right;
	width:80px;
	height:40px;
	background-color:#00b6bd;
}
.box-search .search-input .t{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:20%;
	height:24px;
	margin:5px 0 5px 5px;
	background-color:#fff;
	display: none;
}
.box-search .search-input .q{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:73%;
	height:24px;
	margin:5px;
	padding-left: 15px;
}
.box-search .search-input .s{
	border:none;
	background-color:#00b6bd;
	font-size:14px;
	color: #fff;
	text-align:center;
	width:95%;
	height:40px;
	line-height:40px;
}
.box-search .search-input:hover .l{
	border:3px solid #00b6bd;
}
.box-search .search-input:hover .r{
	background-color:#00b6bd;
}
.box-search .search-input:hover .s{
	background-color:#00b6bd;
}
.box-search .search-item{
	width:484px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#999;
	overflow:hidden;
}
.box-search .search-item a{
	margin:0 5px;
	color:#999;
}
.box-search .search-item a.hot,.box-search .search-item a:hover{
	color:#cc0001;
}
/*cart*/
.box-cart{
    position: relative;
    zoom: 1;
}
.box-cart .cart-button{
    width: 123px;
    height: 33px;
    line-height: 35px;
    text-indent: 40px;
    color: #00b6bd;
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
    background-image: url(base/cart.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none !important;
}
.box-cart .cart-button:hover{
    color: #fff;
    background-color: #00b6bd;
    border: 1px solid #2c91e4;
    background-position: 10px -15px;
}
.box-cart .cart-num{
    width: 23px;
    height: 22px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top:-16px;
    right: 15px;
    font-size: 11px;
    background-image: url(base/cart.png);
    background-position: 0 -50px;
    background-repeat: no-repeat;
}
.box-cart:hover .cart-num{
    color: #00b6bd;
    background-position: 0 -75px;
}

/*menu*/
.menu-box{
    height: 38px;
    line-height: 38px;
    background-color: #00b6bd;
}
.menu-box .box-item li{
    width: 100px;
    height: 38px;
    line-height: 38px;
    margin-right: 2px;
    text-align: center;
    float: left;
    position: relative;
    zoom: 1;
}
.menu-box .box-item li a{
    width: 100%;
    height: 38px;
    display: block;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
}
.menu-box .box-item li a:hover,.menu-box .box-item li.action{
    background-color: #00b6bd;
}
.menu-box .box-item .hot{
    width: 29px;
    height: 17px;
    position: absolute;
    top: -10px;
    left: 50px;
    background-image: url(base/cart.png);
    background-repeat: no-repeat;
    background-position: 0 -100px;
}
.menu-box .box-item .category{
    width: 220px;
    margin-right: 10px;
}
.menu-box .box-item .category a{
    height: 42px;
    position: absolute;
    top: -4px;
    background-color: #00b6bd;
    box-shadow: 2px -1px 3px rgba(55,55,55,0.5);
    background-image: url(base/cart.png);
    background-repeat: no-repeat;
    background-position: 20px -267px;
}
.menu-box .box-item .category a:hover{
    background-color: #00b6bd;
}
.menu-box .box-item .consult{
    margin-left: 200px;
    width: 120px;
    background-color: #00b6bd;
    position: relative;
    zoom: 1;
}
.menu-box .box-item .consult span{
    width: 137px;
    height: 40px;
    line-height: 30px;
    position: absolute;
    top: -25px;
    left: 50px;
    color: #00b6bd;
    background-image: url(base/cart.png);
    background-repeat: no-repeat;
    background-position: 0 -120px;
}
.menu-box .box-item .consult a:hover{
    background-color: #00b6bd;
}

/* main */
.main-box{
    height: 340px;
}
.main-box .category-menu-box{
    width: 220px;
    float: left;
    position: relative;
}
.main-box .slider-box{
    width: 730px;
    float: left;
}
.main-box .publish-box{
    width: 252px;
    float: left;
    position: relative;
    overflow: hidden;
}
.main-box .work-box{
    width: 247px;
    margin-left: 5px;
    float: left;
    position: relative;
    overflow: hidden;
}

.category-menu-box .menu-item{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #fff;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f6f6f6));
    background-image: -webkit-linear-gradient(top,#fff,#f6f6f6);
    background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
    background-image: linear-gradient(to bottom,#fff,#f6f6f6);
    background-repeat: repeat-x;
}
.category-menu-box .menu-item .item-wrapper{
    height: 63px;
    padding: 10px 15px;
    position: relative;
}
.category-menu-box .menu-item h2{
    width: 130px;
    height: 30px;
    color: #00b6bd;
    line-height: 30px;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Microsoft YaHei","微软雅黑";
    display: inline-block;
    /*padding-left: 34px;*/
    /*background-image: url(base/menu.png);*/
    background-repeat: no-repeat;
}
.category-menu-box .menu-item .icon-1{
    background-position: 0 0;
}
.category-menu-box .menu-item .icon-2{
    background-position: 0 -30px;
}
.category-menu-box .menu-item .icon-3{
    background-position: 0 -60px;
}
.category-menu-box .menu-item .icon-4{
    background-position: 0 -90px;
}
.category-menu-box .menu-item p{
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    overflow: hidden;
}
.category-menu-box .menu-item p a{
    margin: 0 3px;
}
.category-menu-box  .menu-item .arrow-icon {
    background: 0 -120px url(base/menu.png) no-repeat;
    height: 30px;
    width: 25px;
    position: absolute;
    left: 190px;
    top: 10px;
}
.category-menu-box .menu-item .line-cover{
    background-color: #fff;
    width: 20px;
    height: 83px;
    position: absolute;
    left: 210px;
    top: 1px;
    z-index: 100;
    display: none;
}
.category-menu-box .menu-item .item-hover{
    position: absolute;
    width: 480px;
    min-height: 320px;
    left:220px;
    top:0;
    padding: 10px 20px;
    background-color: #fff;
    /*background-image: url(base/menu-bg.jpg);*/
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px #ccc;
    display: none;
    z-index: 99;
}
.category-menu-box .menu-item .bg-1{
    background-position: 0 0;     
}
.category-menu-box .menu-item .bg-2{
    background-position: -440px 0;     
}
.category-menu-box .menu-item .bg-3{
    background-position: -880px 0;
}
.category-menu-box .menu-item .bg-4{
    background-position: -1320px 0;     
}
.category-menu-box .menu-item .item-hover{
    padding: 10px 20px 20px 40px;
}
.category-menu-box .menu-item .item-hover .item-info{
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
}
.category-menu-box .menu-item .item-hover ul{
}
.category-menu-box .menu-item .item-hover ul li{
    min-width: 150px;
    line-height: 25px;
    float: left;
    margin-top: 5px;    
    margin-right:10px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.category-menu-box .menu-item .item-hover ul li a{
    color: #00b6bd;
}
.category-menu-box .menu-item .item-hover ul.col2 li{
    min-width: 230px;
}
.category-menu-box .menu-item .item-hover ul li span{
    color: #999;
}
.category-menu-box .menu-item:hover{
    background-color: #fff;
    background-image: none;
    box-shadow: 0 0 15px #ccc;
}
.category-menu-box .menu-item:hover .item-warpper{
    background-color: #fff;
}
.category-menu-box .menu-item:hover .line-cover{
    display: inline-block;
}
.category-menu-box .menu-item:hover .item-hover{
    display: inline-block;
}
.category-menu-box .menu-item .item-hover:hover{
	display: inline-block;
}
.category-menu-box .menu-item:hover .arrow-icon{
    display: none;
}

.slider-1{
	width:730px;
	height:340px;
	overflow:hidden;
	position:relative;
}
.slider-1 .slidesjs-container{
	width:730px;
	height:340px;
	overflow:hidden;
}
.slider-1 .slidesjs-container a img{
	width:730px;
	height:340px;
}
.slider-1 .slidesjs-pagination{	
	position:absolute;
	right:15px;
	bottom:15px;
	z-index:100;
}
.slider-1 .slidesjs-pagination .slidesjs-pagination-item{
	width:20px;
	height:20px;
	float:left;
	margin-right:10px;
}
.slider-1 .slidesjs-pagination .slidesjs-pagination-item a{
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:10px;
	display:block;
	background-color:#fff;
	text-decoration:none;
	font-family:"Microsoft Yahei";
	font-size:14px;
	text-align:center;
}
.slider-1 .slidesjs-pagination .slidesjs-pagination-item a:hover,.slider-1 .slidesjs-pagination .slidesjs-pagination-item a.active{
	background-color:#ff4848;
	color:#fff;
}
/*
.publish-box{
    height: 340px;
    background-color: #f5f5f5;
    /*box-shadow: 1px 1px 1px rgba(55,55,55,0.5);* /
}
.publish-box .publish-num{
    height: 40px;
    line-height: 38px;
    margin: 15px 15px;
	font-family:"Microsoft Yahei";
	font-size:28px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
}
.publish-box .publish-num ul li{
    width: 33px;
    height: 40px;
    line-height: 35px;
    margin: 0 2px;
    float: left;
    background-image: url(base/publish.png);
}
.publish-box .publish-num ul li.unit{
    font-weight: normal;
	font-size:20px;
    background-position: 33px 0;
}
.publish-box .publish-info{
    height: 50px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.publish-box .publish-but{
    height: 45px;
    margin: 15px 15px 0 15px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.publish-box .publish-but a{
    padding: 8px 15px;
    color: #fafafa;
    border:1px solid #00b6bd;
    background-color: #0090d3;
    text-decoration: none;
    border-radius: 5px;
}
.publish-box .publish-but a:hover{
    color: #f3f3f3;
    border:1px solid #00b6bd;
    background-color: #00b6bd;
}
.publish-box .publish-bar{
    height: 30px;
    line-height: 30px;
    background-color: #a9d7f7;
    text-indent: 2em;
    font-size: 14px;
    font-weight: bold;
    background-image: url(base/publish.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.publish-box .publish-con ul{
    margin: 5px 10px;
}
.publish-box .publish-con ul li{
    height: 25px;
    line-height: 25px;
}
.publish-box .publish-con ul li span{
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.publish-box .publish-con ul li .qk, .publish-box .publish-con ul li .qk a{
    width: 60px;
    color: #c40000;
}
.publish-box .publish-con ul li .bt{
    width: 110px;
    margin: 0 5px;
}
.publish-box .publish-con ul li .zt{
    width: 60px;
    color: #999;
    text-align: center;
}
*/

.work-box ul li{
    height: 103px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
}
.work-box ul li:first-child{
    margin-top: 5px;
}
.work-box ul li:hover{
    border: 1px solid #00b6bd;
}
.work-box ul li:hover h2{
    color: #00b6bd;
}
.work-box .item-con{
    width: 140px;
    margin: 5px 15px;
    display: inline-block;
    float: left;
}
.work-box .item-con h2{
	font-family:"Microsoft Yahei";
	font-size:1.3em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.work-box .item-con p{
    height: 36px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #666;
}
.work-box .item-con p.more{
    height: 20px;
    margin-bottom: 0;
    color: #00b6bd;
}
.work-box i{
    width: 60px;
    height: 50px;
    background-image: url(base/work.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 25px;
    float: left;
}
.work-box i.img1{
    background-position: 0 0;
}
.work-box i.img2{
    background-position: -60px 0;
}
.work-box i.img3{
    background-position: -120px 0;
}
.work-box i.img4{
    background-position: -180px 0;
}
.work-box ul li:hover i.img1{
    background-position: 0 -50px;
}
.work-box ul li:hover i.img2{
    background-position: -60px -50px;
}
.work-box ul li:hover i.img3{
    background-position: -120px -50px;
}
.work-box ul li:hover i.img4{
    background-position: -180px -50px;
}

.fblc-box{
    border: 1px solid #f3f3f3;
}
fblc-box img{
    width: 1200px;
}

/*book*/
.book-box{
    /*box-shadow: 0 0 3px rgba(55,55,55,0.5);*/
}
.book-box .box-bar{
    height: 75px;
}
.book-box .box-bar .box-bar-title{
    /*width: 200px;*/
    padding-right: 20px;
    max-width: 200px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1.5em;
    font-weight: 700px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    /*background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: 15px 16px;*/
}
.book-box .box-bar .box-bar-title a{
    /*margin-left: 40px;*/
    line-height: 70px;
    text-decoration: none;    
    color: #00b6bd;
}
.book-box .box-bar .box-bar-title a:hover{
    color:#cc0001;
} 
.book-box .box-bar .box-bar-tab{
    width: 1000px;
    float: left;
    position: relative;
}
.book-box .box-bar .box-bar-tab li{
    margin: 10px 5px;
    float: left;
}
.book-box .box-bar .box-bar-tab li span a{
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 15px;
    font-weight: 200px;
    padding: 0 10px;
    text-decoration: none;
    display: block;
}
.book-box .box-bar .box-bar-tab li p{
    width: 1000px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    color: #aaa;
    top:40px;
    left: 0;
    display: none;
}
.book-box .box-bar .box-bar-tab li p a{
    margin: 0 5px;
    color: #555;
    text-decoration: none;
}
.book-box .box-bar .box-bar-tab li p a:hover{
    color:#cc0001;
} 
.book-box .box-bar .box-bar-tab li:hover, .book-box .box-bar .box-bar-tab li.action{
    border-bottom: 1px solid #e4393c;    
}
.book-box .box-bar .box-bar-tab li:hover span a, .book-box .box-bar .box-bar-tab li.action span a{
    background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: 50% -96px;
}
.book-box .box-bar .box-bar-tab li:hover p, .book-box .box-bar .box-bar-tab li.action p{
    display: block;
}
.book-box .box-bar .box-bar-link{
	display:none;
    max-width: 280px;
    height: 40px;
    overflow: hidden;
    color: #555;
    float: right;
}
.book-box .box-bar .box-bar-link li{
    height: 20px;
    line-height: 20px;
    margin: 10px 5px;
    float: right;
    background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.book-box .box-bar .box-bar-link a{
    padding: 0 10px;
    background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: right -75px;
    color: #555;
    text-decoration: none;
}
.book-box .box-bar .box-bar-link a:hover{
    color:#cc0001;
}
.book-box .box-con{
    height: 505px;
}
.book-box .box-con-item{
    height: 504px;
    overflow: hidden;
    width: 980px;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
    float: left;
}
.book-box .box-con-item ul{
    display: none;
}
.book-box .box-con-item ul.action{
    display: block;
}
.book-box .box-con-item li{
    width: 243px;
    /*width: 194px;*/
    height:250px;
    text-align: center;
    float: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
    padding: 0 1px 1px 0; 
	position: relative;
}
.book-box .box-con-item li:hover{
    padding: 0; 
	border: 1px solid #c40000;
}
.book-box .box-con-item a{
    color: #555;
    text-decoration: none;
}
.book-box .box-con-item a:hover{
    color:#cc0001;
}
.book-box .box-con-item .photo{
    width: 125px;
    height: 170px;
    display: block;
    margin: 5px auto;
}
.book-box .box-con-item .photo img{
	width: 125px;
	height: 170px;
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	Opacity:0.9;
	Filter:alpha(opacity=90);
}
.book-box .box-con-item li:hover .photo img{
	-moz-opacity:1;
	-khtml-opacity:1;
	Opacity:1;
	Filter:alpha(opacity=100);    
}
.book-box .box-con-item .title{
	height: 20px;
	line-height: 20px;
    margin: 0 20px;
	display: block;
    overflow: hidden;
}
.book-box .box-con-item .info{
	height: 20px;
	line-height: 20px;
    margin: 0 20px;
	display: block;
    overflow: hidden;
    color: #555;
}
.book-box .box-con-item .info a{
	margin: 0 8px;
}
.book-box .box-con-item .info span{
	color: #cc0001;
}
.book-box .box-con-item .price{
	font-family: "Arial";
	font-size: 16px;
	color: #cc0001;
}
.book-box .box-con-item .price span{
	margin: 0 8px;
}
.book-box .box-con-item .price b {
    color: #555;
	font-weight: normal;
	font-size: 12px;
	margin-right: 3px;
}
.book-box .box-con-item .price s {
	font-size: 12px;
	color: #aaa;
}
.book-box .box-con-item .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.book-box .box-con-item .discount{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 5px;
    left:25px;
	z-index: 99;
	background-image: url(base/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}
.book-box .box-con-list{
    width: 209px;
    margin-left: 10px;
    float: left;
    border: 1px solid #f3f3f3;
}
.book-box .box-con-list .box-con-bar{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f3f3f3;
}
.book-box .box-con-list .box-con-bar a{
    text-decoration: none;
}
.book-box .box-con-list ul{
    margin: 8px 10px 9px 10px;
}
.book-box .box-con-list li{
    height: 65px;
    padding: 10px 0;
    background-image: url(base/tab.png);
    background-repeat: repeat-x;
    background-position: 0 -215px;
}
.book-box .box-con-list li::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.book-box .box-con-list .photo{
    width: 70px;
    text-align: center;
    float: left;
    display: block;
    margin: 5px auto;
}
.book-box .box-con-list .photo img{
	width: 45px;
	height: 60px;
}
.book-box .box-con-list .title{
	height: 20px;
	line-height: 20px;
	display: block;
    overflow: hidden;
}
.book-box .box-con-list .info{
	height: 20px;
	line-height: 20px; 
	display: block;
    overflow: hidden;
    color: #888;
}
.book-box .box-con-list .info span{
	color: #cc0001;
}
.book-box .box-con-list .info a{
    color: #888;
}
.book-box .box-con-list .info a:hover{
    color:#cc0001;
}
.book-box .box-con-list .price{
    margin-top: 10px;
	font-family: "Arial";
	/*font-size: 16px;*/
	color: #cc0001;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
}
.book-box .box-con-list .price span{
	margin: 0 4px;
}
.book-box .box-con-list .price s {
	font-size: 12px;
	color: #aaa;
}
.book-box .box-con-list .price b {
    color: #888;
	font-weight: normal;
	font-size: 12px;
	margin-right: 3px;
}
.book-box .box-con-list .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 2px;
}
.book-box .box-con-list .bottom-more{
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-right: 10px;    
}
.book-box .box-con-list .bottom-more a{
    padding-right: 10px;
    background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: right -75px;
    text-decoration: none;
}


/*level*/
.level-box{
    /*box-shadow: 0 0 3px rgba(55,55,55,0.5);*/
}
.level-box .box-bar{
    width: 210px;
    float: left;
}
.level-box .box-bar .box-bar-title{
    height: 50px;
    line-height: 50px;
    /*padding-left: 40px;*/
    font-family: "Microsoft Yahei";
    font-size: 1.5em;
    font-weight: 700px;
    color: #015b74;
    /*background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: 15px 16px;*/
}
.level-box .box-bar .box-bar-pic{
    width: 210px;
    height: 350px;
}
.level-box .box-bar .box-bar-pic img{
    width: 210px;
    height: 350px;
}
.level-box .box-bar .box-bar-list{
    width: 208px;
    height: 150px;
    border: 1px solid #f5f5f5;
}
.level-box .box-bar .box-bar-list ul{
    margin: 30px 10px 10px 20px;
}
.level-box .box-bar .box-bar-list li{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.level-box .box-bar .box-bar-list li a{
    color: #666;
    text-decoration: none;
}
.level-box .box-bar .box-bar-list li a:hover{
    color:#cc0001;
}
.level-box .box-bar .box-bar-list li a b{
    color: #222;
    font-weight: normal;
}
.level-box .box-body{
    width: 790px;
    float: left;
}
.level-box .box-body-tab ul{
    margin-left: 10px;    
}
.level-box .box-body-tab li{
    margin: 10px 2px;
    float: left;
}
.level-box .box-body-tab li a{
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 15px;
    font-weight: 200px;
    padding: 0 7px;
    text-decoration: none;
    display: block;
}
.level-box .box-body-tab li:hover, .level-box .box-body-tab li.action{
    border-bottom: 1px solid #e4393c;    
}
.level-box .box-body-tab li:hover a, .level-box .box-body-tab li.action a{
    background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: 50% -96px;
}
.level-box .box-body-con{
    height: 499px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.level-box .box-body-con .box-item{
    display: none;
}
.level-box .box-body-con .action{
    display: block;
}
.level-box .box-body-con a{
    color: #555;
    text-decoration: none;
}
.level-box .box-body-con a:hover{
    color:#cc0001;
}
.level-box .box-body-con .box-item-top{    
}
.level-box .box-body-con .box-item-top .photo{
    width: 180px;
    text-align: center;
    float: left;
    display: block;
    margin: 10px auto;
}
.level-box .box-body-con .box-item-top .photo img{
	width: 120px;
	height: 160px;
}
.level-box .box-body-con .box-item-top .title{
    height: 50px;
    line-height: 50px;
    margin: 0 20px 0 10px;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	font-weight: 700;
}
.level-box .box-body-con .box-item-top .description{
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    margin: 0 20px 0 10px;
	font-size: 12px;
    color: #666;
}
.level-box .box-body-con .box-item-top .info{
	height: 20px;
	line-height: 20px;
    margin: 0 5px;
    color: #666;
	display: block;
    overflow: hidden;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}
.level-box .box-body-con .box-item-top .info span{
	color: #cc0001;
    margin-left: 10px;
}
.level-box .box-body-con .box-item-top .price{
	font-family: "Arial";
	font-size: 18px;
	color: #cc0001;
}
.level-box .box-body-con .box-item-top .price span{
	margin: 0 8px;
}
.level-box .box-body-con .box-item-top .price s {
	font-size: 14px;
	color: #aaa;
}
.level-box .box-body-con .box-item-top .price i {
	font-style: normal;
	font-size: 14px;
	margin-right: 3px;
}
.level-box .box-body-con .box-item-title{
    height: 30px;
    line-height: 30px;
    margin: 10px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
    color:#333;
}
.level-box .box-body-con .box-item-list ul{
    margin: 0 10px;
}
.level-box .box-body-con .box-item-list li{
    width: 180px;
    height: 255px;
    margin-right: 10px;
    float: left;
    border: 1px solid #f5f5f5;
    text-align: center;
}
.level-box .box-body-con .box-item-list li:hover{
    border: 1px solid #e4393c;
}
.level-box .box-body-con .box-item-list .photo{
    width: 120px;
    height: 160px;
    display: block;
    margin: 15px auto;
}
.level-box .box-body-con .box-item-list .photo img{
	width: 120px;
	height: 160px;
}
.level-box .box-body-con .box-item-list .title{
	height: 20px;
	line-height: 20px;
    margin: 0 5px;
	display: block;
    overflow: hidden;
}
.level-box .box-body-con .box-item-list .info{
	height: 20px;
	line-height: 20px;
    margin: 0 5px;
    color: #999;
	display: block;
    overflow: hidden;
}
.level-box .box-body-con .box-item-list .info span{
	color: #cc0001;
    margin-left: 10px;
}
.level-box .box-body-con .box-item-list .price{
	font-family: "Arial";
	font-size: 16px;
	color: #cc0001;
}
.level-box .box-body-con .box-item-list .price span{
	margin: 0 8px;
}
.level-box .box-body-con .box-item-list .price s {
	font-size: 12px;
	color: #aaa;
}
.level-box .box-body-con .box-item-list .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.level-box .box-list{
    width: 200px;
    float: left;
}
.level-box .box-list .box-list-bar{
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: 700px;
    color: #333;
    background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.level-box .box-list .box-list-con{
    height: 500px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
.level-box .box-list .box-list-con ul{
    margin: 10px 20px;
}
.level-box .box-list .box-list-con li{
    height: 40px;
    line-height: 40px;
}
.level-box .box-list .box-list-con a{
    font-size: 12px;
    color: #666;
    text-decoration: none;
}
.level-box .box-list .box-list-con a:hover{
    color:#cc0001;
}
.level-box .box-list .box-list-con ul.after-clear{
    margin: 10px 8px;
}
.level-box .box-list .box-list-con ul.after-clear li{
    width: 80px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

/*职称晋升*/
.zcjc-box{
    border: 1px solid #f5f5f5;
    background-image: url(base/map.png);
    background-repeat: no-repeat;
    background-position: 400px -50px;
}
.zcjc-box .box-dq{
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px 20px;
}
.zcjc-box .box-dq dl dt{
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: 700px;
    color: #00b6bd;
}
.zcjc-box .box-dq dl dt span{
    padding:5px 10px;
    border-bottom: 1px solid #00b6bd;
}
.zcjc-box .box-dq dl dd{
    width: 70px;
    height: 25px;
    line-height: 25px;
    background-color: #f5f5f5;
    /*border: 1px solid #dadada;*/
    margin: 1px;
    float: left;
    cursor: pointer;
}
.zcjc-box .box-dq dl dd:hover, .zcjc-box .box-dq dl dd.action{
    color: #fff;
    background-color: #00b6bd;
}
.zcjc-box .box-dq dl dd a{
    width: 70px;
    height: 25px;
    display: block;
    text-decoration: none;
}
.zcjc-box .box-dq dl dd:hover a, .zcjc-box .box-dq dl dd.action a{
    color: #fff;
}
.zcjc-box .box-info{
    width: 600px;
    text-align: left;
    float: left;
}
.zcjc-box .box-info ul{
    margin: 25px 20px 25px 0;
    display: none;
}
.zcjc-box .box-info ul.action{
    display: block;
}
.zcjc-box .box-info ul li{
    line-height: 25px;
    margin-bottom: 10px; 
}
.zcjc-box .box-info ul li::after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.zcjc-box .box-info ul li:first-child{
    padding-bottom: 5px;    
    border-bottom:1px dotted #f06541;
}
.zcjc-box .box-info ul li span{
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #f06541;
    display: block;
    float: left;
}
.zcjc-box .box-info ul li p{
    width: 500px;
    height: 50px;
    margin-left: 20px;
    color: #555;
    float: left;
}

/*原创检测*/
.ycjc-box{
    height: 520px;
    border: 1px solid #f5f5f5;
}
.ycjc-box .box-left{
    height: 520px;
    width: 230px;
    border-right: 1px solid #f5f5f5;
    float: left;
}
.ycjc-box .box-bar{
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: 700px;
    color: #555;
    border-bottom: 1px solid #f5f5f5;
}
.ycjc-box .box-bar a{
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 15px;
    right:20px;
    padding-left: 0;
    font-family:  Arial;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding-right: 10px;
    background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: right -70px;
}
.ycjc-box .box-bar a:hover{
    color: #cc0001;
}
.ycjc-box .box-left .box-bar{
    padding-left: 40px;
    background-image: url(base/ycjc.png);
    background-repeat: no-repeat;
    background-position: 15px -540px;
}
.ycjc-box .box-left .img{
    margin: 10px 5px;
}
.ycjc-box .box-left .img a{
    text-indent: 0;
    width: 220px;
    height: 70px;
    line-height: 210px;
    overflow: hidden;
    display: block;
    background-image: url(base/ycjc.png);
}
.ycjc-box .box-left p{
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 10px 20px 10px;
    line-height: 2;
    text-indent: 2em;
    color: #555;
}
.ycjc-box .box-left .but{
    margin: 40px 10px 0 10px;
}
.ycjc-box .box-left .but a{
    text-indent: 0;
    width: 200px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    display: block;
    background-image: url(base/ycjc.png);
    background-repeat: no-repeat;
    background-position: 0 -90px;
    text-align: center;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: 700px;
    color: #fff;
    text-decoration: none;
}
.ycjc-box .box-center{
    height: 520px;
    width: 750px;
    border-right: 1px solid #f5f5f5;
    float: left;
}
.ycjc-box .box-center .but{
    margin: 20px 30px;
}
.ycjc-box .box-center .but li{
    width: 220px;
    height: 110px;
    line-height: 330px;
    overflow: hidden;
    float: left;
    margin: 0 5px;
}
.ycjc-box .box-center .but li:hover{
    box-shadow: 0 0 3px rgba(55,55,55,0.5);
}
.ycjc-box .box-center .but li a{
    width: 220px;
    height: 110px;
    display: block;
    overflow: hidden;
    background-image: url(base/ycjc.png);
    background-repeat: no-repeat;
}
.ycjc-box .box-center .but li.img1 a{
    background-position: 0 -160px;
}
.ycjc-box .box-center .but li.img2 a{
    background-position: 0 -270px;
}
.ycjc-box .box-center .but li.img3 a{
    background-position: 0 -380px;
}
.ycjc-box .box-center p{
    width: 550px;
    font-size: 14px;
    margin: 30px 10px;
    line-height: 25px;
    text-indent: 2em;
    color: #555;
}
.ycjc-box .box-center .info{
    margin: 40px 0 0 0;
}
.ycjc-box .box-center .info li{
    width: 330px;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    overflow: hidden;
    background-image: url(base/ycjc.png);
    background-repeat: no-repeat;
    background-position: 0 -505px;
    float: left;
}
.ycjc-box .box-center .info li .l{
    margin-left: 25px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.ycjc-box .box-center .info li .r{
    color: #c40000;
}
.ycjc-box .box-right{
    height: 520px;
    width: 218px;
    float: left;
}
.ycjc-box .box-right .box-con{
    height: 500px;
    margin: 10px 20px;
}
.ycjc-box .box-right .box-con li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.ycjc-box .box-right .box-con a{
    font-size: 12px;
    color: #999;
    text-decoration: none;
}
.ycjc-box .box-right .box-con a:hover{
    color:#cc0001;
}

/*links*/
.links-box{
    background-color: #fbfbfb;
    border: 1px solid #f5f5f5;
}
.links-box .box-bar{
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-top: 10px;
}
.links-box .box-con {
    padding:0 30px 15px 30px;
}
.links-box .box-con ul li{
	width: 115px;
    height:25px;
    line-height:25px;
    margin-right:10px;
    margin-bottom: 5px;
    white-space:nowrap;
    overflow: hidden;
    float: left;
}
.links-box .box-con ul.num6 li{
	width: 180px;
}
.links-box .box-con ul li a{
    padding:2px 0;
    color:#555;
}
.links-box .box-con ul li a:hover{
    color:#cc0001;
	text-decoration: none;
}

/*service*/
.service-box{
    height: 120px;
    background-color: #f8f8f8;
    border: 1px solid #f5f5f5;
    border-bottom: 0;
    font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", Helvetica;
    color: #666;
}
.service-box ul{
    margin: 40px 70px 0 130px;
}
.service-box ul li{
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
    float: left;
}
.service-box ul li a{
    /*font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: 700px;*/
    font-size: 15px;
    color: #666;
}
.service-box ul li a:hover{
    color:#00b6bd;
}
.service-box ul li a span{
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px;
    float: left;
    background-image: url(base/service.png);
    background-repeat: no-repeat;
}
.service-box ul li a span.img1{
    background-position: 0 0;
}
.service-box ul li a span.img2{
    background-position: -30px 0;
}
.service-box ul li a span.img3{
    background-position: -60px 0;
}
.service-box ul li a span.img4{
    background-position: -90px 0;
}

/*foot*/
.foot-box{
    background-color: #f8f8f8;
    border: 1px solid #f5f5f5;
    border-top: 0;
    border-bottom: 0;
}
.foot-box .line{
    margin: 0 30px;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #999;
}
.foot-box ul{
    margin: 20px 10px 0 40px;
    padding-bottom: 20px;
}
.foot-box ul li{
    float: left;
}
.foot-box ul li.w1{
    width: 155px;
}
.foot-box ul li.w2{
    width: 250px;
}
.foot-box ul li.w3{
    width: 250px;
}
.foot-box ul li.w4{
    width: 200px;
}
.foot-box ul li.w5{
    width: 150px;
}
.foot-box ul li.w6{
    width: 130px;
}
.foot-box dl dt{
    height: 30px;
    line-height: 30px;
    /*font-family: "Microsoft Yahei";*/
    font-size: 14px;
    /*font-weight: bold;*/ /*700px;*/
    color: #00b6bd;
}
.foot-box dl dt a{
    color: #00b6bd;
}
.foot-box dl dd{
    line-height: 22px;
    /*font-family: "Microsoft Yahei";*/
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
.foot-box dl dd a{
    color: #666;
    text-decoration: none;
}
.foot-box dl dd a:hover{
    color:#00b6bd;
}
.foot-box .em4{
    text-indent: 4.5em;
}
.foot-box .em5{
    text-indent: 5.5em;
}
.foot-box .img{
    width: 100px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.foot-box .img img{
    width: 100px;
    height: 120px;
}

/*copyright*/
.copyright-bg{
    background-color: #f8f8f8;
}
.copyright-box{
    border: 1px solid #f5f5f5;
    border-top: 0;
    text-align: center;
}
.copyright-box .line{
    margin: 0 30px;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #999;
}
.copyright-box p{
	line-height: 24px;
	padding: 20px 0;
	color: #666;
	font-size: 12px;
}
.copyright-box p>a{
	font-size: 12px;
	color: #999;
}
.copyright-box p>a:hover{
	color: #00b6bd;
}
.copyright-box ul{
    width: 330px;
    margin: 20px auto;
}
.copyright-box ul li {
	width: 83px;
	height: 30px;
	margin: 0 13px;
	float: left;
}
.copyright-box ul li a{
	width: 83px;
	height: 30px;
    line-height: 90px;
	display: block;
    overflow: hidden;
	background-image: url(base/copyright.png);
	background-repeat: no-repeat;
}
.copyright-box ul li.img1 a{
    background-position: 0 0;
}
.copyright-box ul li.img2 a{
    background-position: 0 -30px;
}
.copyright-box ul li.img3 a{
    background-position: 0 -60px;
}
.theme-box {
    margin: 10px auto;
    height: 30px; line-height: 30px;
}
.theme-box a{
    padding: 5px 10px;
    color: #fff;
    background-color: #00b6bd;
    border: 1px solid #00b6bd;
    margin: 0 10px;
}
.theme-box a:hover{
    text-decoration: none;
}
.theme-box a.touch{
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

/*nav*/
.nav-box{
	margin: 8px auto;
	/* height: 40px; */
	line-height: 40px;
	border: 1px solid #ececec;
	background-color: #fff;
	text-indent: 20px;
	font-family: "宋体";
	font-size: 12px;
	color: #666;
	padding: 12px;
	line-height: 1.75;
}
.nav-box a{
	color: #00b6bd;
	padding: 0 10px;
}
.nav-box span{
	padding-left: 10px;
}

/*filter*/
.h174{
    height: 154px;
    overflow: hidden;
}
.filter-box {
	position: relative;
	padding: 20px 0px 10px;
    background: #fff;
}
.filter-box .box-tips {
	padding: 0 10px;
	border-bottom: 1px solid #ececec;
	display: none;
}
.filter-box .box-tips div.l{
	width: 100px;
	line-height: 40px;
	text-indent: 20px;
    color: #666;
    float: left;
}
.filter-box .box-tips ul.l{
    width: 1050px;
    margin-top: 7px;
    float: left;
}
.filter-box .box-tips ul li{
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
	/*display: inline;*/
	float: left;
}
.filter-box .box-tips ul li a {
	height: 24px;
	line-height: 24px;
    border: 1px solid #fff;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
    border: 1px solid #f3f3f3;
	color: #666;
	background-image: url(base/x.png);
	background-repeat: no-repeat;
    background-position: 6px -1px;
    padding-left: 25px;
}
.filter-box .box-tips ul li a:hover, .filter-box .box-tips ul li a.action {
    border: 1px solid #00b6bd;
	color: #00b6bd;
	text-decoration: none;
    background-position: 6px -24px;
}
.filter-box .box-item {
	padding-bottom: 10px;
}
.filter-box .box-item .l {
	width: 120px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 14px;
	color: #333;
	text-align: center;
	float: left;
}
.filter-box .box-item .h {
	width: 50px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}
.filter-box .box-item .h a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
	float: left;
}
.filter-box .box-item .h _a:hover, .filter-box .box-item .h a.action {
	background-color: #809EAE;
	color: #fff;
	text-decoration: none;
}
.filter-box .box-item .r {
	width: 958px;
	line-height: 24px;
	font-size: 12px;
	background-color: #fff;
	float: left;
}
.filter-box .box-item .r ul {
	margin: 5px 10px;
	height: auto;
	overflow: hidden;
}
.filter-box .box-item .r ul.collapse{
	height:25px;
}
.filter-box .box-item .r ul::after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.filter-box .box-item .r ul li {
	height: 25px;
	margin-right: 10px;
	/*display: inline;*/
	float: left;
    min-width: 60px;
}
.filter-box .box-item .r ul li.split{
	width:100%;
	margin:12px 0;
	overflow:hidden;
	border-bottom:1px dotted #ececec;
	height: auto !important;
	line-height: normal !important;
}
.filter-box .box-item .r ul li a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 13px;
}
.filter-box .box-item .r a:hover, .filter-box .box-item .r a.action {
	background-color: #00b6bd;
	color: #fff;
	text-decoration: none;
}
.filter-box .noexpand .r{
    width: 1030px;
}
.filter-box .box-item .r ul.select li{
    height: 35px;
    line-height: 35px;
}
.filter-box .box-item .r ul.select li select{
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
    margin-bottom: 10px;
	white-space: nowrap;
}
.filter-box .box-item .r ul.select li select.action{
    color: #00b6bd;
    border:1px solid #00b6bd;
}
.filter-box .box-item .m {
	width: 70px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}
.filter-box .box-item .m a {
	color: #666666;
	padding: 5px 10px;
}
.filter-box .box-item .m a i {
	width: 10px;
	height: 6px;
	margin-left: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/filter.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.filter-box .box-item .m a:hover{    
    color:#8D794D;
	text-decoration:none;
}
.filter-box .box-item .m a:hover i{
	background-position:0 -10px;
}
.filter-box .scroll .m a i{
	background-position:0 -20px;
}
.filter-box .scroll .m a:hover i{
	background-position:0 -30px;
}
.filter-box .box-expand {
	width: 80px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ececec;
	text-align: center;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 560px;
}
.filter-box .box-expand a {
	width: 80px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
}
.filter-box .box-expand a i {
	width: 10px;
	height: 6px;
	line-height: 20px;
	margin-left: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/filter.png);
	background-position: 0 -10px;
	background-repeat: no-repeat;
}
.filter-box .box-expand a:hover i{
	background-position:0 0;
}
.filter-box .box-collapse a i{
	background-position:0 -30px;
}
.filter-box .box-collapse a:hover i{
	background-position:0 -20px;
}

.qhlb-box .box-tips{
    line-height: 40px;
}
.qhlb-box .box-item .r ul li{
    min-width: auto;
}
.qhlb-box  .box-expand{
	left: 450px;
}
.qhlb-box .box-item .r ul li.action {
    background-color: #00b6bd;
}
.qhlb-box .box-item .r ul li.action a{
    color: #fff;
}

.filter-box .tag .r ul li {
    width: 80px;
    overflow: hidden;
}

/*分栏*/
.w990{
    width: 990px;
}
.w200{
    width: 200px;
}

/*list*/
.list-box{
	margin-bottom: 10px;
}
.list-box .box-tab {
	height: 28px;
	line-height: 30px;
	overflow: hidden;
	background: #FFF;
	border-bottom: 2px solid #00b6bd;
}
.list-box .box-tab .l {
	min-width: 60px;
	margin-left: 5px;
	padding-right: 20px;
	text-align: center;
	float: left;
}
.list-box .box-tab .c {
	width: 800px;
	float: left;
}
.list-box .box-tab .c li {
	min-width: 88px;
	height: 27px;
	line-height: 30px;
	overflow: hidden;
	margin-right: 5px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-bottom: none;
	text-align: center;
	float: left;
}
.list-box .box-tab .c li.action {
	border-color: #00b6bd;
	background-color: #00b6bd;
}
.list-box .box-tab .c li.asc,  .list-box .box-tab .c li.desc{
    background-image: url(base/jt.png);
    background-repeat: no-repeat;
}
.list-box .box-tab .c li.asc{
    background-position: right -31px;
}
.list-box .box-tab .c li.action.asc{
    background-position: right -111px;
}
.list-box .box-tab .c li.desc{
    background-position: right 9px;
}
.list-box .box-tab .c li.action.desc{
    background-position: right -71px;
}
.list-box .box-tab .c li a {
	padding: 0 25px 0 15px;
	color: #00b6bd;
}
.list-box .box-tab .c li.action a {
	color: #fff;
}
.list-box .box-item {
    position: relative;
	padding: 20px 30px;
	margin-bottom: 10px;
    border:1px solid #fff;
	background-color: #fff;
}
.list-box .box-item:hover{
    border:1px solid #00b6bd;
    box-shadow: 0 0 5px #00b6bd;
}
.list-box .box-item .item-l {
	width: 160px;
	text-align: center;
	float: left;
}
.list-box .box-item .item-c {
	width: 100%;
}
.list-box .box-item .item-r {
	width: 95px;
	margin-right:5px;
	text-align: right;
	float: right;
}
.list-box .box-item .item-image a {
	width: 130px;
	height: 180px;
}
.list-box .box-item .item-image a img {
	width: 130px;
	height: 180px;
}
.list-box .box-item .item-title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #00b6bd;
}
.list-box .box-item .item-title h4 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #00b6bd;
}
.list-box .box-item .item-title h4 a {
	color: #00b6bd;
}
.list-box .box-item .item-title h4 span.tag{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background-color: #00b6bd;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	margin: 0 0 4px 12px;
	vertical-align: middle;
}
.list-box .box-item .item-c>a:hover{
	color: #333;
	text-decoration: none;
}
.list-box .box-item .item-c>a:hover .item-title{
	color: #00b6bd;
}
.list-box .box-item .item-param::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.list-box .box-item .item-param dd{
	width: 19.2%;
	/* height: 25px; */
	line-height: 25px;
	margin-right: 1%;
	float: left;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.list-box .box-item .item-param dd.price{
	color: #e93325;
}
.list-box .box-item .item-param dd:nth-of-type(6), .list-box .box-item .item-param dd:last-of-type{
	margin-right: 0;
}
.list-box .box-item .item-param dd.nofloat {
	width: 100%;
	clear: both;
}
.list-box .box-item .item-param dd.nofloat a{
    margin-right: 10px;
}
.list-box .box-item .item-param dd.info{
	white-space: normal;
    color: #666;
}
.list-box .box-item .item-param dd span {
	margin-right: 3px;
	color: #333;
}
.list-box .box-item .item-param dd.ar10 a {
	margin-right: 10px;
}
.list-box .box-item .item-info{
    height: 25px;
    line-height: 25px;
    color: #999;
}
.list-box .box-item .item-info b{
    margin: 0 5px;
    color: #00b6bd;
    font-family: verdana;
    font-weight: 700;
}
.list-box .box-item .item-but div{
    text-align: center;
}
.list-box .box-item .item-but div a{
	width: 80px;
	height: 24px;
	line-height: 24px;
	margin: 8px auto;
	display: block;
	border: 1px solid #f5f5f5;
	border-radius: 13px;
	background-color: #f5f5f5;
    text-decoration: none;
}
.list-box .box-item .item-but div a:hover{
    color: #00b6bd;
	border: 1px solid #00b6bd;
}
.list-box .box-item .item-but .but-talk a{
	color: #00b6bd;
	border: 1px solid #00b6bd;
}
.list-box .box-item .item-but .but-talk a:hover{
	background-color: #00b6bd;
	border: 1px solid #00b6bd;
}
.list-box .box-item .item-but .but-talk a:hover span {
	color: #fff;
}
.list-box .box-item div.but-info{
    height: 25px;
    line-height: 25px;
	margin: 8px auto;
    color: #999;
    text-align: left;
}
.list-box .box-item .but-info b{
    margin: 0 5px;
    color: #00b6bd;
    font-family: verdana;
    font-weight: 700;
}


.list-box .shop{
    height:auto;
	padding: 20px 30px;
    border:1px solid #fff;
}
.list-box .shop:hover{
    border:1px solid #00b6bd;
    box-shadow: 0 0 5px #00b6bd;
}
.list-box .shop .item-discount {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(base/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}
.list-box .shop .item-param li.info{
    height: 50px;
    white-space: normal;
}
.list-box .shop .item-param .price{
	color: #e93325;
}
.list-box .shop .item-param .price i{
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.list-box .shop .item-param .price s {
	font-size: 12px;
	color:#aaa;
}
.list-box .zzs{
    height: 140px;
}
.list-box .zzs .item-c{
	width: 830px;
}
.list-box .zzs .item-param{
    height: auto;
}
.list-box .zzs .item-param li{
	width: 380px;
}


/*page*/
.page-box{
    line-height:30px;
    margin:40px auto;
    text-align: center;
}
.page-box ul {
    /*float:right;*/
}
.page-box ul li {
    line-height:40px;
    margin-right:5px;
    /*float:left;*/
    display: inline-block;
}
.page-box ul li a{
    height:28px;
    line-height:28px;
    padding:0 12px;
    display:inline-block;
    font-size:14px;
    color:#00b6bd;
    border:1px solid #d6d6d6;
}
.page-box ul li a:hover, .page-box ul li a.action{
    color:#fff;
    text-decoration:none;
    background-color:#00b6bd;
    border:1px solid #00b6bd;
}
.page-box ul li span{
    height:28px;
    line-height:28px;
    padding:0 10px;
    margin-top: 5px;
    display:inline-block;
    font-size:14px;
    color:#999;
    border:1px solid #d6d6d6;
}
.page-box ul li a.prev {
    padding-left:16px;
    background-image:url(base/page.png);
    background-position: 0 0;
    background-repeat:no-repeat;
}
.page-box ul li a.next {
    padding-right:16px; 
    background-image:url(base/page.png);
    background-position: 100% 0;
    background-repeat:no-repeat;
}
.page-box ul li a.prev:hover {
    background-position: 0 -29px;
}
.page-box ul li a.next:hover {
    background-position:100% -29px;
}

/*share*/
.share-box {
	height: 25px;
	line-height: 25px;
	margin: 20px auto;
}
.share-box .box-title {
	color: #666;
	float: left;
}
.share-box .box-list {
	float: left;
}

/*article*/
.article-box{
	border: 1px solid #f3f3f3;
}
.article-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.article-box .box-item {
	margin: 10px;
}
.article-box .box-item ul li {
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	background-image: url(base/dot.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-box .box-item ul li.split {
	height: 0px;
	border-bottom: 1px dotted #999;
	margin-top: 5x;
	margin-bottom: 5px;
	overflow: hidden;
}
.article-box .box-item ul li a {
	color: #333;
    text-decoration:none;
}
.article-box .box-item ul li a:hover {
    color:#cc0001;
}

/*image*/
.image-box{
	border: 1px solid #f3f3f3;
}
.image-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.image-box .box-item {
	margin: 10px;
}
.image-box .box-item ul li {
    margin:30px 0;
    border-bottom:1px solid #ececec;
	text-align: center;
	position: relative;
}
.image-box .box-item ul li:last-child{
    border-bottom:0 solid #ececec;
}
.image-box .box-item .item-pic {
	width: 120px;
	margin: 0 auto;
}
.image-box .box-item .item-pic img {
	width: 120px;
	height: 160px;
}
.image-box .box-item .item-info {
    margin-top: 10px;
	line-height: 24px;
}
.image-box .box-item .item-info a {
	color: #00b6bd;
    text-decoration:none;
}
.image-box .box-item .item-info a:hover {
    color:#cc0001;
}
.image-box .box-item .item-info span{
	color: #999;
}
.image-box .box-item .item-info span b{
    margin-left: 3px;
    color:#cc0001;
}
.image-box .box-item .item-level {
    line-height:24px;
    font-size:12px;
    color:#666;
    text-align:center;
}
.image-box .box-item .item-level a{
    color:#666;
}
.image-box .box-item .item-level span {            
    margin-left:5px;
	color:#cc0001;
}
.image-box .box-item .item-price{
	font-family:"Arial";
	font-size:16px;
	height:20px;
	line-height:20px;
	color:#cc0001;
}
.image-box .box-item .item-price span{
	margin:0 4px;
}
.image-box .box-item .item-price s{
	font-size: 12px;
	color:#aaa;
}
.image-box .box-item .item-price i{
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.image-box .box-item .item-discount{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(base/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}
.image-box .box-item .item-but {
    margin:20px auto;
    text-align:center;
}
.image-box .box-item .item-but a {
    width:80px;
    height:28px;
    line-height:28px;
    color:#00b6bd;
    display:inline-block;
    border-top:1px solid #e9e9e9;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
}
.image-box .box-item .item-but a:hover {
    color:#fff;
	background-color: #00b6bd;
    text-decoration:none;
    border:1px solid #00b6bd;
    box-shadow:2px 1px 6px #ccc;
}
.good-box .box-item .item-but a {
	background-color: #ffeded;
	border: 1px solid #c40000;
	color: #c40000;
}
.good-box .box-item .item-but a:hover {
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
}


/*imagetxt*/
.imagetxt-box{
	border: 1px solid #f3f3f3;
}
.imagetxt-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.imagetxt-box .box-item {
	margin: 10px;
}
.imagetxt-box .box-item ul li {
    border-bottom:1px solid #ececec;
    padding: 15px 0;
	position: relative;
}
.imagetxt-box .box-item ul li:last-child{
    border-bottom:0 solid #ececec;
}
.imagetxt-box .box-item .item-pic {
	width: 95px;
    float: left;
    text-align: center;
}
.imagetxt-box .box-item .item-pic img {
	width: 75px;
	height: 100px;
}
.imagetxt-box .box-item .item-txt {
	width: 130px;
    overflow: hidden;
    float: left;
}
.imagetxt-box .box-item .item-info {
	line-height: 24px;
}
.imagetxt-box .box-item .item-info a {
	color: #00b6bd;
    text-decoration:none;
}
.imagetxt-box .box-item .item-info a:hover {
    color:#cc0001;
}
.imagetxt-box .box-item .item-info span{
	color: #999;
}
.imagetxt-box .box-item .item-info span b{
    margin-left: 3px;
    color:#cc0001;
}
.imagetxt-box .box-item .item-level {
    line-height:24px;
    font-size:12px;
    color:#666;
}
.imagetxt-box .box-item .item-level a{
    color:#666;
}
.imagetxt-box .box-item .item-level span {            
    margin-left:5px;
	color:#cc0001;
}
.imagetxt-box .box-item .item-price{
	font-family:"Arial";
	font-size:16px;
	height:30px;
	line-height:30px;
	color:#cc0001;
}
.imagetxt-box .box-item .item-price span{
	margin:0 4px;
}
.imagetxt-box .box-item .item-price s{
	font-size: 12px;
	color:#aaa;
}
.imagetxt-box .box-item .item-price i{
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.imagetxt-box .box-item .item-discount{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(base/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}
.imagetxt-box .box-item .item-but {
    margin:20px auto;
    text-align:center;
}
.imagetxt-box .box-item .item-but a {
    width:80px;
    height:28px;
    line-height:28px;
    color:#00b6bd;
    display:inline-block;
    border-top:1px solid #e9e9e9;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
}
.imagetxt-box .box-item .item-but a:hover {
    color:#fff;
	background-color: #00b6bd;
    text-decoration:none;
    border:1px solid #00b6bd;
    box-shadow:2px 1px 6px #ccc;
}
.good-box .box-item .item-info span b{
	color: #666;
}

/*keyword*/
.keyword-box{
	border: 1px solid #f3f3f3;
}
.keyword-box .box-bar{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.keyword-box .box-item{
	margin: 10px;
}
.keyword-box .box-item ul li {
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
	white-space: nowrap;
	float: left;
    min-width: 80px;
}
.keyword-box .box-item ul li a {
	padding: 3px 5px;
	color: #00b6bd;
    text-decoration:none;
}
.keyword-box .box-item ul li a:hover{
    /*background-color:#00b6bd;
    color:#fff;*/
    color: #cc0001;
}
.keyword-box .box-item ul li span {
    color: #555;
}
.keyword-box .box-item ul li a:hover span{
    /*color:#999;*/    
    color: #cc0001;
}
.keyword-box .box-more {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 10px;
}
.keyword-box .box-more a {
	color: #333;
    padding-right: 10px;
    background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: right -75px;
    text-decoration: none;
}
.keyword-box .box-more a:hover {
    color:#cc0001;
}

/*sort*/
.sort-box{
	border: 1px solid #f3f3f3;
}
.sort-box .box-bar{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.sort-box .box-item {
	margin: 10px;
}
.sort-box .box-item ul{
    text-align: center;
}
.sort-box .box-item ul li {
	height: 28px;
	line-height: 28px;
	margin: 8px auto;
}
.sort-box .box-item ul li a {
	margin: 0 auto;
	width: 160px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-color: #f7f7f7;
	border: 1px solid #ececec;
}
.sort-box .box-item ul li a:hover{
	color: #fff;
    background-color:#0090d3;
    border:1px solid #00b6bd;      
}

/*qikan*/
.qikan-box{
	border: 1px solid #f3f3f3;
}
.qikan-box .box-bar{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.qikan-box .box-pic{
    margin: 20px 0;
    text-align: center;    

}
.qikan-box .box-pic img{
    width: 200px;
    height: 265px;
}
.qikan-box .box-info{
    padding: 0 20px;
    line-height: 25px;
}
.qikan-box .box-info a{
    color: #00b6bd;
    margin-right: 5px;
}
.qikan-box .box-info span{
    margin-left: 3px;
    margin-right: 5px;
    color: #cc0001;
    font-size: 14px;
}
.qikan-box .box-but{
    margin: 20px 20px;
    text-align: left;
}
.qikan-box .box-but a{
    width:70px;
    height:28px;
    line-height:28px;
    color:#00b6bd;
    display:inline-block;
    border:1px solid #e9e9e9;
	text-align: center;
}
.qikan-box .box-but a:hover, .qikan-box .box-but a.action{
    color:#fff;
	background-color: #00b6bd;
    text-decoration:none;
    border:1px solid #00b6bd;
    box-shadow:2px 1px 6px #ccc;
}
.qikan-box .box-item {
	line-height: 25px;
    margin: 10px 20px;
}
.qikan-box .box-item dt {
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.qikan-box .box-item dd {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.qikan-box .box-item dd span {
	color: #666;
}
.qikan-box .box-item dd a {
	color: #00b6bd;
}
.qikan-box .box-item dd b {
	color: #cc0001;
}

.down-box{
    margin:20px auto;
    text-align: center;
}
.down-box a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 20px;
    color: #00b6bd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #00b6bd;
    border-radius: 5px;
    text-align: left;
}
.down-box a i {
	width: 20px;
	height: 20px;
	margin: 10px 5px 10px 25px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    vertical-align: bottom;
}
.down-box a i.img2{
	background-position: -20px 0;
}
.down-box a i.img3{
	background-position: -40px 0;
}
.down-box a i.img4{
	background-position: -60px 0;
}
.down-box a i.img5{
	background-position: -80px 0;
}
.down-box a i.img6{
	background-position: -100px 0;
}
.down-box a:hover, .down-box a.action{
    color: #fff;
    background-color: #00b6bd;
}
.down-box a:hover i, .down-box a.action i{
	background-position: 0 -20px;
}
.down-box a:hover i.img2, .down-box a.action i.img2{
	background-position: -20px -20px;
}
.down-box a:hover i.img3, .down-box a.action i.img3{
	background-position: -40px -20px;
}
.down-box a:hover i.img4, .down-box a.action i.img4{
	background-position: -60px -20px;
}
.down-box a:hover i.img5, .down-box a.action i.img5{
	background-position: -80px -20px;
}
.down-box a:hover i.img6, .down-box a.action i.img6{
	background-position: -100px -20px;
}

/*分栏*/
.w940{
    width: 940px;
}
.w250{
    width: 250px;
}

/*booknva*/
.booknav-box{
    padding-bottom: 20px;
    background-color: #f5f5f5;
}
.booknav-box .box-bar{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 20px;
    color: #333;
    /*background-color: #eee;*/
    border-bottom: 1px solid #999;
	font-size: 16px;
	font-family: "Microsoft Yahei";
    font-weight: 700;
}
.booknav-box .box-item dl{
    height: 35px;
    overflow: hidden;
    margin: 0 15px;
}
.booknav-box .box-item dl.action{
    height: auto;
}
.booknav-box .box-item dl dt{
    height: 35px;
    line-height: 35px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
    font-weight: 700;
    color: #666;
    padding-left: 10px;
    cursor: pointer;
}
.booknav-box .box-item dl dt i{
	width:16px;
	height:16px;
    margin-right:5px;
    display: inline-block;
    background-image: url(base/add.png);
    background-position: -32px -1px;
    background-repeat: no-repeat;
    margin-top: 11px;
    float: left;
}
.booknav-box .box-item dl.action dt i{
    background-position: -48px -1px;
}
.booknav-box .box-item dl dt:hover, .booknav-box .box-item dl.action dt{
    color: #00b6bd;
}
.booknav-box .box-item dl dt:hover a, .booknav-box .box-item dl.action dt a{
    color: #00b6bd;
}
.booknav-box .box-item dl dd{
    margin-left: 10px;
	width: 90px;
	text-align: center;
}
.booknav-box .box-item dl dd a{
    width: 80px;
    height: 28px;
    line-height: 28px;
    /* padding: 0 10px; */
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.booknav-box .box-item dl dd a:hover{
	color: #fff;
    background-color: #00b6bd;
}
.booknav-box .box-item dl dd a span{
    color: #999;
}
.booknav-box .box-item dl dd a:hover span{
    color: #fff;
}
.booknav-box .box-item dl.col2::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.booknav-box .box-item dl.col2 dd{
    width: 90px;
    margin: 0 0 0 10px;
    text-align: center;
    float: left;
}
.booknav-box .box-item dl.tl dd{
    text-align: left;
}
.booknav-box .box-item dl.col2 dd a{
    width: 80px;
}
.booknav-box .box-item dl.col4::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.booknav-box .box-item dl.col4 dd{
    width: 60px;
    margin: 0 0 0 13px;
    text-align: center;
    float: left;
}
.booknav-box .box-item dl.col4 dd a{
    width: 60px;
}


/*分栏*/
.w590{
    width: 587px;
}
.w850{
    width: 849px;
}
.w350{
    width: 350px;
}

.bd1{
    border: 1px solid #f3f3f3;
}
.bd1 img{width:100%;}
.bd1 #yw0{width:auto;}

/*preview-box*/
.preview-box {
    height:580px;
    overflow:hidden;
    /*border-right:1px solid #ececec;*/
}
.preview-box-lwe{height:auto;}
.preview-box .box-image {
    height:415px;
    border-bottom:1px solid #ececec;
}
.preview-box .box-image .preview{
	position: relative;
	margin:20px 30px;
    width:290px;
    height:390px;
    overflow: hidden;
}
.preview-box .box-image .preview img{
    width:290px;
    height:390px;
}
.preview-box .box-image .zoomdiv img{
	width: auto;
	height: auto;
	margin: 0;
}
.preview-box .box-image-item {
    height:90px;
    border-bottom:1px solid #ececec;
}
.preview-box .box-image-item .item-l, .preview-box .box-image-item .item-r {
    width:12px;
    height:62px;
    margin:10px 5px;
	overflow:hidden;
    float:left;
}
.preview-box .box-image-item .item-l a, .preview-box .box-image-item .item-r a {
    width:12px;
    height:62px;
    overflow:hidden;
    display:inline-block;
	background-image:url(base/preview.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.preview-box .box-image-item .item-l a:hover {
	background-position:-13px 0;
}
.preview-box .box-image-item .item-r a {
	background-position:0 -67px;
}
.preview-box .box-image-item .item-r a:hover {
	background-position:-13px -67px;
}
.preview-box .box-image-item .item-c {
    width:305px;
    height:62px;
    margin:10px 0;
    overflow:hidden;
    position:relative;
    float:left;
}
.preview-box .box-image-item .item-con {
    width:65535px;
    position:relative;
}
.preview-box .box-image-item .item-c ul {
    float:left;
    position:relative;
}
.preview-box .box-image-item .item-c ul li {
    width:54px;
	overflow:hidden;
    margin:0 3px 0 4px;
    float:left;
}
.preview-box .box-image-item .item-c ul li a {
    width:54px;
    height:62px;
    display:inline-block;
}
.preview-box .box-image-item .item-c ul li a:hover, .preview-box .box-image-item .item-c ul li.action a {
    background-image: url(base/preview.png);
    background-position: -30px 0;
    background-repeat: no-repeat;
}
.preview-box .box-image-item .item-c ul li a img {
    width:37px;
    height:54px;
    margin:4px 7px;
}
.preview-box .box-share-item {
    height:58px;
}
.preview-box .box-share-item .item-l {
    width:75px;
    height:16px;
    margin:20px 0 20px 12px;
    font-size:12px;
    line-height:16px;
    color:#999;
    float:left;
}
.preview-box .box-share-item .item-l i{
	width:16px;
	height:16px;
    margin-right:5px;
    float:left;
    background-image: url(base/preview.png);
    background-position: 0 -140px;
    background-repeat: no-repeat;
}
.preview-box .box-share-item .item-c {
    width:170px;
    height:16px;
    margin:14px 0 26px 0;
    float:left;
}
.preview-box .box-share-item .item-r {
    width:75px;
    height:16px;
    margin:20px 0 20px 12px;
    font-size:12px;
    line-height:16px;
    color:#333;
    float:left;
}
.preview-box .box-share-item .item-r i{
	width:16px;
	height:16px;
    margin-right:5px;
    float:left;
    background-image: url(base/preview.png);
    background-position: 0 -160px;
    background-repeat: no-repeat;
}
.preview-box .box-share-item .item-r a:hover {
    text-decoration:none;
}


/*info*/
.info-box{
    min-height:580px;
    /*overflow:hidden;*/    
    border-left:1px solid #ececec;
}
.info-box-lwe{min-height:530px;}
.info-box .box-title{
	position: relative;
    margin:20px 20px 0 20px;
}
.info-box .box-title h3 {
    height:28px;
    line-height:28px;
    font-family: "Microsoft YaHei";
    font-size:22px;
    color:#333;
    font-weight:700;
    float: left;
}
.info-box .box-description {
    margin:10px 20px 0 20px;
    height:50px;
    line-height:25px;
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#333;
    font-weight:400;
    overflow:hidden;
}
.info-box .box-item {
    margin:10px 20px 0 20px;
    background-color:#f5f5f5;
	border:1px solid #ddd;
    color:#333;
}
.info-box .box-item ul{
	border:1px solid #fff;
	height:72px;
    padding:10px;
}
.info-box .box-item ul li{
    width:28%;
    height:24px;
    line-height:24px; 
    margin-right:3%;
    float:left;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:12px;
}
.info-box .box-item ul li span {
    color:#999;
    margin-right:3px;
}
.info-box .box-item ul li a {
    color: #00b6bd;
}
.info-box .box-item ul li a:hover {
    color:#c41921;
}
.info-box .box-affect {
    margin:10px 20px 0 20px;
}
.info-box .box-affect ul li {
    height:28px;
    line-height:28px;
    color:#333;
    font-size:14px;
}
.info-box .box-affect ul li span {
    margin-left:10px;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#cc0001;
}
.info-box .box-category{
    height:24px;
    line-height:24px;
	margin: 5px 20px;
    color:#333;
    font-size:14px;
}
.info-box .box-qkjb{
	margin-top: 0;
	float: left;
}
.info-box .box-category span{
}
.info-box .box-category a{
    padding:3px 5px;
    color:#00b6bd;
    /*font-size:12px;*/
}
.info-box .box-category a:hover {
    background-color: #00b6bd;
    color:#fff;
    text-decoration:none;
}
.info-box .box-record {
	margin: 5px 20px;
}
.info-box .box-record .record-l {
    width:70px;
    height:25px;
    line-height:25px;
    color:#333;
    font-size:14px;
    float:left;
}
.info-box .box-record .record-r {
    width:717px;
    float:left;
}
.info-box .box-record .record-r ul {
    /*padding: 5px 10px;*/
    margin-bottom: 10px;
    min-height:100px;
    /*height:100px;
    overflow:auto;
    overflow-x:hidden;*/
}
.info-box .box-record .record-r ul li {
    height:24px;
    line-height:24px;
    white-space:nowrap;
    font-size:14px;
    margin-right:5px;
    float:left;
}
.info-box .box-record .record-r ul li a {
    padding:3px 5px;
    color:#00b6bd;
}
.info-box .box-record .record-r ul li a:hover {
    background-color:#00b6bd;
    color:#fff;
    text-decoration:none;
}
.info-box .box-buy {
    margin:10px 20px 0 20px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.info-box .box-buy .buy-l {
    width:250px;
    margin:5px 10px;
    border-right:1px solid #ddd;
    text-align:center;
    float:left;
}
.info-box .box-buy .buy-l a {
    width:155px;
    height:48px;
    margin:20px;
    line-height: 48px;
    display: inline-block;
    border-radius: 5px;
    background-color:#00b6bd;
}
.info-box .box-buy .buy-l a:hover {
    background-color:#00b6bd;
    text-decoration:none;
}
.info-box .box-buy .buy-l a i {
	width:24px;
	height:22px;
    margin:13px 10px 13px 20px;
	display:inline-block;
	background-image:url(base/preview.png);
	background-position:-60px -140px;
	background-repeat:no-repeat;
    float:left;
}
.info-box .box-buy .buy-l a span{
	display:block;
    font-family:"Microsoft YaHei";
    font-size:18px;
    color:#fff;
    float:left;
}
.info-box .box-buy .buy-r {
    width:480px;
    margin:5px 10px;
    float:left;
}
.info-box .box-buy .buy-r .code {
    width:88px;
    height:88px;
    float:left;
}
.info-box .box-buy .buy-r .code img{
    width:80px;
    height:80px;
    margin:4px;
}
.info-box .box-buy .buy-r ul {
    width:430px;
    overflow:hidden;
    margin:14px 0;
    float:left;
}
.info-box .box-buy .buy-r ul li {
    height:30px;
    line-height:30px;
    font-size:12px;
    color:#666;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.info-box .box-buy .buy-r ul li span {
    color:#999;
    margin-right:3px;
}
.info-box .box-buy .buy-r ul li a {
    padding:3px 5px;
    color:#00b6bd;
}
.info-box .box-buy .buy-r ul li a:hover {
    background-color:#00b6bd;
    color:#fff;
    text-decoration:none;
}
.info-box .box-pay {
    margin:0 20px;
    height: 58px;
    line-height: 58px;
}
.info-box .box-pay .pay-c {
    font-size:12px;
    color:#666;
}
.info-box .box-pay .pay-c span {
    display:inline-block;
    padding-left:6px;
    margin-right:20px;
    color:#333;
}
.info-box .box-pay .pay-c span i {
    width:20px;
    height:18px;
    vertical-align:middle;
    display:inline-block; 
    margin-right:5px;
    background-image: url(base/preview.png);
    background-position: -30px -140px;
    background-repeat: no-repeat;
}
.info-box .box-pay .pay-c a{
    color:#999;
	text-decoration:none;
}
.info-box .box-pay .pay-c a:hover{
    color:#c41921;
}
.info-box .box-pay .pay-c span .i1 {
    width:14px;
    height:16px;
    background-position: -30px -140px;
}
.info-box .box-pay .pay-c span .i2 {
    width: 16px;
    height: 18px;
    background-position: -30px -170px;
}
.info-box .box-pay .pay-c span .i3 {
    width:16px;
    height:16px;
    background-position: -30px -200px;
}
.info-box .box-price{
    margin: 10px 0;
	padding: 10px 20px;
	background-color: #fff2e8;
	font-size: 14px;
}
.info-box .box-price dl dt{
	width: 80px;
	float: left;
	color: #999;
}
.info-box .box-price dl dd{
	float: left;
}
.info-box .box-price i{
	font-style: normal;
}
.info-box .box-price .price-market{
	height: 25px;
	line-height: 25px;
	font-size: 14px;
    color:#333;
}
.info-box .box-price .price-market i{
    font-family: verdana,arial;
    font-size:14px;
	font-weight: 400;
    margin-right: 5px;
    color:#333;
}
.info-box .box-price .price-market .market-val{
    font-family: verdana,arial;
	font-size: 18px;
	font-weight: 400;
}
.info-box .box-price .price-sell{
	height: 25px;
	line-height: 25px;
    font-size:14px;
    color:#333;
}
.info-box .box-price .price-sell i{
    font-size:20px;
    margin-right: 5px;
    color:#cc0001;
}
.info-box .box-price .price-sell span {
    font-family: verdana,arial;
	font-size: 22px;
	font-weight: 700;
    color:#cc0001;
}
.info-box .box-price .price-sell span.sell-discount {
	margin-left: 20px;
	font-size: 24px;
}
.info-box .box-price .price-sell .sell-time {
	margin-left: 20px;
	line-height: 24px;
	color:#333;
}
.info-box .box-price .price-sell .sell-time i {
    width:23px;
    height:23px;
    vertical-align:middle;
    display:inline-block; 
    margin-right:5px;
    background-image: url(base/preview.png);
    background-position: -60px -170px;
    background-repeat: no-repeat;
}
.info-box .box-price .price-sell .sell-time span {
	margin: 0 2px;
	font-size: 14px;
	font-weight: bold;
}
.info-box .box-price .price-sell span.sell-info {
	margin-left: 20px;
	font-size: 12px;
    font-weight: normal;
	padding: 5px 10px;
	color: #fff;
	background-color: #f47a86;
}
.info-box .box-price .price-sell .sell-offline span {
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #f5b50d;
}

.info-box .box-price .sale-info dd{
	font-size: 12px;
}
.info-box .box-price .sale-info ul li{
	margin: 5px 0;
	color: #cc0000;
	line-height: 25px;
}
.info-box .box-price .sale-info ul li span{
	background-color: #cc0000;
	padding: 4px 3px;
	margin-right: 20px;
	color: #fff;
}
.info-box .box-price .sale-info ul li b{
    color: #333;
    font-weight: normal;
    margin-left: 20px;
}
.info-box .box-price .sale-info ul li b a{
	color: #cc0001;
}
.info-box .box-sell{
	height: 37px;
	margin: 5px 0;
	border-top:1px dotted #c9c9c9;
	border-bottom:1px dotted #c9c9c9;
}
.info-box .box-sell ul li{
	margin: 5px 0;
	width: 30%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #666;
	float: left;
}
.info-box .box-sell ul li.line{
	width: 1px;
	background-color: #fff;
	border-right: 1px dotted #c9c9c9;
}
.info-box .box-sell ul li.clear{
	width: auto;
}
.info-box .box-sell ul li font{
	margin-left: 4px;
}
.info-box .box-cart{
	height: 40px;
	margin: 10px 0;
	padding-left: 80px;
}
.info-box .box-cart a{
	background-color: #ffeded;
	border: 1px solid #c40000;
	text-decoration: none;
	color: #c40000;
	width: 180px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
    font-family:"Microsoft YaHei";
    font-size:16px;
	margin: 0 10px;
	text-align:center;
}
.info-box .box-cart .cart-buy:hover{
	background-color: #fedfdf;
	border: 1px solid #c40000;
	color: #b40000;
}
.info-box .box-cart .cart-add{
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
	position: relative;
	text-indent: 2em;
}
.info-box .box-cart .cart-add i{
	position: absolute;
	width: 24px;
	height:22px;
	display: inline-block;
	left: 30px;
	top:10px;
	background-image:url(base/preview.png);
	background-repeat:no-repeat;
	background-position:-60px -200px;
}
.info-box .box-cart .cart-add:hover{
	background-color: #b40000;
	border: 1px solid #b40000;
	color: #fff;
}
.info-box .box-cart a:hover, .info-box .box-cart a.action{
	/*background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;*/
}
.info-box .box-service{
	height: 57px;
	line-height: 58px;
    margin: 0 20px;
	padding-left: 10px;
	color: #6c6c6c;
	border-top: 1px dotted #ddd;
}
.info-box .box-service dl dt{
	width: 70px;
	float: left;
}
.info-box .box-service dl dd{
	width: 80px;
	margin-right:10px;
	float: left;
}
.info-box .box-service dl dd i {
    width:23px;
    height:23px;
    vertical-align:middle;
    display:inline-block; 
    margin-right:5px;
    display: none;
    /*background-image: url(base/preview.png);
    background-position: -60px -170px;
    background-repeat: no-repeat;*/
}

/*goods*/
.goods-box{
    margin: 0 20px;
	padding: 10px;
    min-height: 142px;
    /*background: #fafafa;*/
}
.goods-box dl{
	margin: 8px 0;
}
.goods-box dl dt{
	float: left;
	width: 60px;
	line-height: 25px;
	color: #666;
}
.goods-box dl dd{
	float: left;
	width: 460px;
	line-height: 25px;
}
.goods-box dl dd ul li{	
	padding: 2px 10px;
	margin: 5px 15px 5px 0;
	line-height: 25px;
	background: #fff;
	border:1px solid #dcdcdc;
	outline:1px solid #fff;
	float: left;
	cursor: pointer;
}
.goods-box dl dd ul li img{
	width: 36px;
	height: 36px;
	margin: 3px -5px;
	border-radius: 3px;
}
.goods-box dl dd ul li.action, .goods-box dl dd ul li:hover{
	border:1px solid #f40;
	outline:1px solid #f40;
	background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.goods-box .box-nums{
	padding-top: 10px;
}
.goods-box .box-nums a{
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border:1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
}
.goods-box .box-nums a:hover{
	border:1px solid #666;
}
.goods-box .box-nums input{
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left:none;
	border-right:none;
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	overflow: hidden;
	outline:medium;
}
.goods-box .box-nums span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}
.goods-box .box-nums .box-nums-store{
    /*display: none;*/
}
.goods-box .box-status{
	height: 25px;
	line-height: 25px;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: red;
	background-color: #ffe8d7;
	display: none;
}

/*body-tab*/
.body-tab ul {
    height:38px;
    background-color:#fff;
    border:1px solid #dfdfdf;
}
.body-tab ul li {
    height:37px;
    line-height: 16px;
    display: block;
    margin-left: -1px;
    float: left;
}
.body-tab ul li a{
    height:18px;
    margin-top:11px;
    padding:0 20px;
    font-size: 14px;
    border-right:1px dotted #d2d2d2;
    text-decoration:none;
    float:left;
}
.body-tab ul li.action{
    margin:-1px 0 0 -1px;
    padding-top:0;
    border-top:2px solid #00b6bd;
    /*position:relative;*/
}
.body-tab ul li.action a{
    height:100%;
    line-height:33px;
    margin-top:0;
    color:#00b6bd;
    border-left:1px solid #cfbfb1;
    border-right:1px solid #cfbfb1;
}

/*body-info*/
.body-info {
	background-color: #f6f6f6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.body-info .box-title {
	height: 24px;
	line-height: 24px;
	margin-left: 20px;
    padding-top: 20px;
}
.body-info .box-title span {
	color: #666;
	margin-right: 10px;
}
.body-info .box-title a {
	width: 95px;
	height: 24px;
	line-height: 24px;
	margin-left: 80px;
	border-radius: 12px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background-color: #00b6bd;
}
.body-info .box-title a i {
	width: 16px;
	height: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 3px;
	background-image: url(base/preview.png);
	background-position: 0 -177px;
	background-repeat: no-repeat;
}
.body-info .box-title a span {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.body-info .box-category {
	height: 24px;
	line-height: 24px;
	margin: 10px 20px;
	color: #333;
	font-size: 12px;
}
.body-info .box-category span {
	color: #666;
}
.body-info .box-category a {
	padding: 3px 5px;
	color: #00b6bd;
	font-size: 12px;
}
.body-info .box-item {
	line-height: 28px;
	margin: 10px 20px;
}
.body-info .box-item dt {
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.body-info .box-item dd {
	width: 28%;
	margin-right: 3%;
	float: left;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.body-info .box-item dd span {
	color: #666;
}
.body-info .box-item dd a {
	color: #00b6bd;
}


/*content*/
.content-box{
    /*margin: 0 20px;*/
    margin-bottom: 20px;
}
.content-box .box-bar{
    /*height: 20px;
    line-height: 40px;
    margin-bottom: 20px;
	border-bottom: 1px solid #e1e1df;*/
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
    background-color: #f5f5f5;
	border-left: 5px solid #00b6bd;
    
}
.content-box .box-bar h3{
    height: 40px;
    font-family:"Microsoft YaHei";
	font-size: 16px;
    font-weight: normal;
	float: left;
	padding-right: 10px;
    color: #00b6bd;
	/*background: #fff;*/
}
.content-box .box-bar .bar-more{
    height: 40px;
    padding: 0 10px;
	/*background: #fff;*/
    float: right; 
}
.content-box .box-bar .bar-more a{
    padding-right: 10px;
    background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: right -75px;
    text-decoration: none;
}
.content-box .box-con{
    margin: 10px 0;
    line-height: 2;
    color: #333;
    font-size: 14px;
    text-indent: 2em;    
}
.content-box .box-con p{
    padding:10px 0;
    text-indent:2em;
}
.content-box .box-list ul{
    padding:10px 0;
}
.content-box .box-list ul li {
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#333;
}
.content-box .box-list ul.col3 li{
	width:30%;
	margin-right:3%;
	float:left;
}
.content-box .box-list ul li a {
    color:#00b6bd;
}
.content-box .box-list ul li a:hover {
    color:#c41921;
}
.content-box .box-picture ul li {
	width: 160px;
	height: 250px;
	margin: 0 14px;
	text-align: center;
	float: left;
}
.content-box .box-picture .item-photo {
	width: 120px;
	height: 160px;
	margin: 10px 20px 5px 20px;
	display: block;
}
.content-box .box-picture .item-photo img {
	width: 120px;
	height: 160px;
}
.content-box .box-picture .item-title {
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
}
.content-box .box-picture .item-info {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}
.content-box .box-picture .item-info span{
	color:#c30;
	font-size: 14px;
	margin-left: 5px;
}
.content-box .box-picture .item-info a{
	color:#666;
}
.content-box .box-picture .item-info a:hover{
	color:#cc0001;
}
.content-box .box-goods{
    
}

/*goods*/
.box-goods ul li{
	position: relative;
}
.box-goods .item-price{
	font-family:"Arial";
	font-size:16px;
	height:20px;
	line-height:20px;
	color:#cc0001;
}
.box-goods .item-price span{
	margin:0 4px;
}
.box-goods .item-price s{
	font-size: 12px;
	color:#aaa;
}
.box-goods .item-price i{
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}
.box-goods .item-discount{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(base/cart.png);
    background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
    display: none;
}

/*done*/
.box-done{
    padding-top: 10px;
}
.box-done dl {
    /*border: 1px solid #f3f3f3;*/
}
.box-done dl dt, .box-done dl dd{
	height: 30px;
	line-height: 30px;
    overflow: hidden;
	font-size: 13px;
}
.box-done dl dd {
	height: 35px;
	line-height: 35px;
}
.box-done dl dt {
	color: #333;
	/*background-color: #fafafa;*/
	text-align: left;
	border-bottom: 1px solid #ececec;
}
.box-done dl dt span.price {
	font-size: 12px;
	color: #333;
}
.box-done dl span.date {
    margin-right: 10px;
	font-size: 12px;
	color: #999;
	float: right;
}
.box-done dl span.user {
	width: 200px;
    margin-left: 10px;
    text-align: left;
	overflow: hidden;
	display: inline-block;
}
.box-done dl span.price {
	width: 180px;
	overflow: hidden;
	display: inline-block;
	font-family: "Arial";
	color: #cc0001;
}
.box-done dl span.num {
	width: 120px;
	overflow: hidden;
	display: inline-block;
}
.box-done dl span.specs {
	width: 350px;
	display: inline-block;
	overflow: hidden;
}

/*article*/
.body-article ul li{
    height:28px;
    line-height:28px;
    padding-left:10px;
    background-image: url(base/dot.png);
	background-position:0 12px;
    background-repeat: no-repeat; 
}
.body-article ul li.split {
    height:0px;
    border-bottom:1px dotted #ececec;
    margin-top:10px;
    margin-bottom:10px;
    overflow:hidden;
}
.body-article ul li a.title {
    color:#333;
    float:left;
}
.body-article ul li a.title:hover {
    text-decoration:none;
    color:#cc0001;
}
.body-article ul li span.author {
    width:125px;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right:20px;
    font-size:12px;
    float:right;
    color:#1291be;
}
.body-article ul li span.author a {
    font-size:12px;
    color:#1291be;
}

/*bbs*/
.box-bbs {
    padding-top: 10px;
}
.box-bbs dd{
    padding: 10px;
    margin-bottom: 20px;
    border:1px solid #ededed;
}
.box-bbs .bbs-info{
	height:25px;
	line-height:25px;
	font-size:12px;
	margin:0 10px;
	color:#666;
}
.box-bbs .bbs-info .author{
	color:#00b6bd;
}
.box-bbs .bbs-info .title a{
	margin:0 5px;
	color:#00b6bd;
}
.box-bbs .bbs-info .title a:hover{	
	color:#cc0001;
}
.box-bbs .bbs-tool {
    margin:0 10px;
    height:30px;
    line-height:40px;
    font-size:12px;
    color:#333;
    border-top:1px dotted #dadada;
}
.box-bbs .bbs-tool a {
    margin:0 10px;
    color:#00b6bd;
}
.box-bbs .bbs-tool a:hover {
    color:#cc0001;
    text-decoration:none;
}
.box-bbs .bbs-tool a span{
    color:#666666;
}
.box-bbs .bbs-tool .l {
    float:left;
}
.box-bbs .bbs-tool .r {
    float:right;
}
.box-bbs .bbs-tool .date {
    /*margin-right:50px;*/
    color:#999;
}
.box-bbs .bbs-tool .ip {
    margin-right:50px;
    color:#999;
}
.box-bbs .bbs-tool .reply-but i{
    width: 25px;
    height: 20px;
    vertical-align: middle;
    background-image: url(base/preview.png);
    background-repeat: no-repeat;
    background-position: -30px -225px;
    display: inline-block;
}
.box-bbs .bbs-tool .reply-but:hover i{
    background-position: -30px -245px;
}
.box-bbs .bbs-tool .reply-but b{
    font-weight: normal;
    margin-left: 5px;
}
.box-bbs .bbs-content{
	/*font-size:13px;*/
}
.box-bbs .bbs-content p{
	margin:0;
}
.box-bbs .bbs-content .stzoom{
	float: left;
	margin: 0 20px 10px 20px;
	cursor: pointer;
	outline: 1px solid #aaa;
	padding:5px;
}
#stzoomsrc{
	display: none;
	position: absolute;
	background-color: #ededed;
	border: 1px solid #aaa;
	border-radius: 10px;
}
#stzoomsrc img{
	margin: 10px;
	max-width: 800px;
	min-width: 500px;
}

/*comment*/
.box-comment{
    padding-top: 10px;
}
.box-comment .box-txt{
    padding:5px 10px;
    border:1px solid #ececec;
}
.box-comment .box-txt textarea{
    width: 100%; 
    height:150px;
    line-height:25px;
    border: 0 solid #fff;
	outline: none;
}
.box-comment .box-but{
    height: 39px;
    line-height: 40px;
    background-color: #f5f5f5;
    border:1px solid #ececec;
    border-top: 0 solid #f5f5f5;
}
.box-comment .box-but .but-file{
	width: 120px;
	height: 30px;
	margin-top: 5px;
    margin-left: 20px;
	position: relative;
	overflow: hidden;
    border: 1px solid #f5f5f5;
    background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -140px -136px;
    float: left;
}
.box-comment .box-but .file-selected{
	background-position: -140px -180px;
}
.box-comment .box-but .but-file:hover{
    border: 1px solid #00b6bd;
}
.box-comment .box-but .but-file span{
	position: absolute;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #00b6bd;
	text-align: center;
	text-indent: 50px;
    display: inline-block;
}
.box-comment .box-but .but-file .file {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	height: 30px;
	font-size: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.box-comment .box-but .but-submit {
	position: relative;
    float: right;
}
.box-comment .box-but .but-submit a{
    width: 120px;
    height: 40px;
    position: absolute;
    left: -120px;
    top: -1px;
    display: inline-block;
    background-color: #00b6bd;
    text-align: center;
    text-decoration: none;
	font-size: 18px;
	font-family: "Microsoft Yahei";
    color: #fff;
    float: right;
}
.box-comment .box-but .but-submit a:hover{
    background-color: #2dd6be;
}
.box-comment .box-login{
    margin-top:10px;
    height: 25px;
    line-height: 25px;
    color: #999;
}
.box-comment .box-login a{
    margin: 0 10px;
}

/*bbs-reply*/
.reply-box{
    width: 860px;
    margin: 10px 10px 10px 50px;
}
.bbs-reply{
    background-color: #fcfcfc;
	border:1px solid #f3f3f3;
}
.bbs-reply .reply-content{
    color: #666;
    font-size: 12px;
}
.bbs-reply .author{
	color:#00b6bd;
}
.bbs-reply .date {
    color:#999;
}
.bbs-reply .reply-info {
    text-align: right;
}
.bbs-reply ul{
    margin: 10px;
}
.box-con .bbs-reply ul li{
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    text-indent: 0;
}


/*reply-form*/
.reply-form {
    text-indent: 0;
    margin:10px 0;
    /*margin-left: 150px;*/
}
.reply-form .reply-input{
	/*width:700px;*/
	height:37px;
	overflow:hidden;
}
.reply-form .reply-input .l{
	float:left;
	/*width:614px;*/
    width: 775px;
	height:35px;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #ddd;
}
.reply-form .reply-input .r{
	float:left;
	width:80px;
	height:37px;
    text-align: center;
	background-color:#0090d3;
}
.reply-form .reply-input .c{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:95%;
	height:24px;
    line-height: 24px;
	margin:5px;
    overflow: hidden;
}
.reply-form .reply-input .s{
	border:none;
	background-color:#0090d3;
	font-size:14px;
	color: #fff;
	text-align:center;
	width:95%;
	height:37px;
	line-height:37px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.reply-form .reply-input:hover .l{
	border:1px solid #00a8f6;
}
.reply-form .reply-input:hover .r{
	background-color:#00a8f6;
}
.reply-form .reply-input:hover .s{
	color: #fff;
	background-color:#00a8f6;
}



/*qhlb-box*/
.qhlb-box{
}
.qhlb-box .box-tips{
    /*display: block;*/
}
.qhlb-box .box-item .l{
    width: 100px;
    text-align: right;
	font-size: 12px;
	font-family: "Microsoft Yahei";
    font-weight: 700;
}
.qhlb-box .box-item .r{
    width: 750px;
}
.qhlb-box .box-item ul li a{
    color: #006cb2;
}
.qhlb-box .box-item ul li a:hover{
    color: #c41921;
}


/*qkwz*/
.qkwz-box{
    /*padding: 20px;
    border: 1px solid #f3f3f3;*/
}
.qkwz-box .box-item{
    padding: 0 20px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
    color: #333;
}
.qkwz-box .box-item dl dt{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
}
.qkwz-box .box-item dl dd{
    height: 85px;
    line-height: 85px;
    background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -100px 20px;
    border-bottom: 1px dotted #999;
}
.qkwz-box .box-item .keyword{
    color: #999;
}
.qkwz-box .box-item .keyword a{
    margin: 0 3px;
    color: #666;
}
.qkwz-box .box-item .keyword a.red{
    color: #ff0000;
}
.qkwz-box .box-item .keyword a:hover{
    color: #006cb2;
}
.qkwz-box .box-item dd span a{
    color: #666;
}
.qkwz-box .box-item dd span a:hover{
    color: #006cb2;
}
.qkwz-box .box-item .name{
    width: 750px;
    float: left;
}
.qkwz-box .box-item .qikan{
    width: 120px;
    text-align: center;
    float: right;
    text-align: left; 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qkwz-box .box-item .page{
    width: 120px;
    color: #999;
    text-align: center;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qkwz-box .box-item .issue{
    width: 120px;
    text-align: center;
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qkwz-box .box-item .date{
    width: 120px;
    text-align: center;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qkwz-box .box-item dd .name{
    width: 600px;
    height: 60px;
    line-height: 30px;
    padding: 15px 0 10px 60px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qkwz-box .box-item dd .name span{
    height: 30px;
    color: #999;
}
.qkwz-box .box-item dd a{
    height: 30px;
    color: #006cb2;
}
.qkwz-box .box-item dd a:hover{
    color: #c41921;
}
.qkwz-box .box-item dl dd.column{
    background-image: none;    
    border-bottom: 0 solid #fff;
    height: 86px;
    line-height: 86px;
    text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
    font-weight: 700;
    color: #333;
}

.qkwz-info-box{
}
.qkwz-info-box .box-title{
    line-height: 50px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
    color: #666;
    padding-left: 30px;
    background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -180px -65px;
}
.qkwz-info-box .box-info{
    line-height: 25px;
}
.qkwz-info-box .box-info a{
    color: #006cb2;
    margin: 0 10px;
}
.qkwz-info-box .box-info a:hover{
    color: #c41921;
}
.qkwz-info-box .box-info span{
    color: #999;
    margin: 0 10px;
}
.qkwz-info-box .box-item{
	font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}
.qkwz-info-box .box-item .title{
    width: 100px;
    text-align: center;
    color: #666;
    font-weight: bold;
    float: left;
}
.qkwz-info-box .box-item .con{
    width: 800px;
    float: left;
}
.qkwz-info-box .box-item .con p{
    color: #333;

}
.dswz-info-box .box-item>p{
	width:95%;
}
.dswz-info-box .box-item .title{
	width:auto; 
	margin-right:10px;
}
.qkwz-info-box .box-item .con ul li{
    float: left;
    color: #999;
    margin-right: 10px;
}
.qkwz-info-box .box-item .con a{
    color: #006cb2;
}
.qkwz-info-box .box-item .con a:hover{
    color: #c41921;
}
.qkwz-info-box .box-page{
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    z-index: 100;
}
.qkwz-info-box .box-page .page-bar{
    height: 54px;
    line-height: 54px;
    padding-left: 60px;
	font-size: 14px;
    color: #666;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -160px -62px;
}
.qkwz-info-box .box-page .page-bar a{
    color: #006cb2;
}
.qkwz-info-box .box-page .page-bar a:hover{
    color: #c41921;
}
.qkwz-info-box .box-page .page-bar span{
    color: #999;
    margin: 0 10px;
}
.qkwz-info-box .box-page .page-bar .page-but{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 19px;
    height: 19px;
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #fff;
    background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -42px -72px;
    cursor: pointer;
}
.qkwz-info-box .full-page{
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.qkwz-info-box .full-page .page-bar .page-but{
	background-position: -42px -97px;
}
.qkwz-info-box .box-page .page-item{
    text-align: center;
    background-color: #fff;
    padding-top: 30px;
}
.qkwz-info-box .box-page .page-item .con{
    width: 90%;
    border: 1px solid #999;
    margin: 0 auto 30px auto;
}
.qkwz-info-box .box-page .page-item .con img{
    width: 100%;
}
.qkwz-info-box .box-page .page-item .ad{
    width: 90%;
    border: 1px solid #999;
    margin: 0 auto 30px auto;
}
.qkwz-info-box .box-page .page-item .ad img{
    width: 100%;
}
.qkwz-info-box .box-page .page-item .ad ul{
    padding: 10px 20px;
}
.qkwz-info-box .box-page .page-item .ad ul li{
    height: 25px;
    line-height: 25px;
    width: 30%;
    margin-right: 3%;
    text-align: left;
    float: left;
    overflow: hidden;
}
.qkwz-info-box .box-page .page-item .ad ul li a{
    color: #006cb2;
}
.qkwz-info-box .box-page .page-item .ad ul li a:hover{
    color: #c41921;
}

/*pn*/
.pn-box{
    margin: 50px 0;
    text-align: center;
}
.pn-box a{
    margin: 0 30px;
    border: 1px solid #666;
	font-size: 14px;
	font-family: "Microsoft Yahei";
    color: #666;
    padding: 5px 30px;
}
.pn-box a:hover{
    text-decoration: none;
    border: 1px solid #00b6bd;
    color: #00b6bd;
}

/*article*/
.list-box .box-article {
    padding:10px 10px;
    border-top:1px dotted #ececec;
}
.list-box .box-article .item-title {
    line-height:30px;
    font-family: "Microsoft YaHei";
    font-size:18px;
    /*color:#005aa0;*/
    color: #00b6bd;
    margin-bottom:10px;
}
.list-box .box-article .item-title a{
    padding: 0 5px;
    /*color:#005aa0;*/
    color: #00b6bd;
}
.list-box .box-article .item-title a:hover{
    /*background-color:#005aa0;
    color:#fff;*/
    text-decoration:none;
}
.list-box .box-article .item-content {
	margin-top:10px;
    line-height:25px;
	text-indent:2em;
    font-size:12px;
    color:#999;
}
.list-box .box-article .item-content a.more{
    /*color:#005aa0;*/
    color: #00b6bd;
}
.list-box .box-article .item-content a.more:hover{
    color:#c41921;
    text-decoration:none;
}
.list-box .box-article .item-info {
    height:30px;
    line-height:30px;
    color:#666;
}
.list-box .box-article .item-info .info-date {
    float:left;
    color: #ddd;
}
.list-box .box-article .item-info .info-author {
    float:right;
    color: #ddd;
}

.content-box{
}
.content-box .box-title{
    margin-top:20px;
    margin-bottom:20px;
    height:30px;
    line-height:30px;
    font-family: "Microsoft YaHei";
    font-size:26px;
    color:#333;
    font-weight:700;
	text-align:center;
}
.content-box .box-info {	
	padding:5px 20px;
	text-align:center;
    height:28px;
    line-height:28px;
    margin-bottom:15px;
    font-size:14px;
    color:#999;
    border-bottom:1px dotted #999;
	margin-left: 20px;
	margin-right: 20px;
}
.content-box .box-info span{
	margin-right:25px;
}
.content-box .box-description {
	margin:20px;
	padding:20px;
	text-indent:2em;
    line-height:28px;
    font-size:14px;
    color:#666;
	background-color:#FFC;
	border:1px dotted #CCC;
}
.content-box .box-body {
	padding:5px 20px;
    line-height:28px;
    margin-bottom:20px;
    font-size:14px;
    color:#333;
	text-indent:2em;
}

.flsx-box{
	border: 1px solid #f3f3f3;
}
.flsx-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.flsx-box .box-item {
	margin: 10px 10px 10px 0;
}
.flsx-box .box-item ul{
    margin-left: 15px;
}
.flsx-box .box-item ul li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.flsx-box .box-item ul li.expand{
    height: auto;
}
.flsx-box .box-item ul li i{
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    vertical-align: middle;
}
.flsx-box .box-item ul li a{
}
.flsx-box .box-item ul li a:hover{
    color: #cc0001;
    text-decoration: none;
}
.flsx-box .box-item ul li i{
    cursor: pointer;
    line-height: 25px;
    background: url(base/shop.png) no-repeat 0 0;
}
.flsx-box .box-item ul li:hover i{
    line-height: 25px;
    background-position: -22px 0;
}
.flsx-box .box-item ul li i.expand{
    cursor: pointer;
    line-height: 25px;
    background: url(base/shop.png) no-repeat -11px 0;
}
.flsx-box .box-item ul li:hover i.expand{
    line-height: 25px;
    background-position: -33px 0
}

.body-about-body{
	margin:20px 20px;
}
.body-about-body .bar{
	height:35px;
	line-height:35px;
	font-family:"Microsoft Yahei",Tahoma,Helvetica,arial,sans-serif;
	font-size:18px;
    font-weight: 700;
	padding-left:20px;
	color:#005aa0;
    border-bottom: 2px solid #005aa0;
}
.body-about-body .content{
	margin:20px 10px;
	line-height:200%;
	padding-bottom:30px;
}
.body-about-body .content p{
	margin:5px 0;
}
.body-about-body .content img{
	line-height:none;
}

.box-tag{
    margin: 10px;
}
.box-tag li{
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.box-tag li a{
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    display: inline-block;
}
.box-tag li a span{
    color: #999;
}
.box-tag li a:hover{
    background-color: #00b6bd;
    color: #fff;
    text-decoration: none;
}
.box-tag li a:hover span{
    color: #fff;
}

.w210{
    width: 210px;
}
.w770{
    width: 770px;
}
.w780{
    width: 780px;
}

/*co*/
.co-box{    
}
.co-box .box-bar{
	margin:5px;
	height:35px;
	line-height:35px;
	font-family:"Microsoft Yahei",Tahoma,Helvetica,arial,sans-serif;
	font-size:16px;
	font-weight:bold;
    text-align: center;
    border-bottom: 2px dotted #ddd;    
}
.co-box ul{
	margin:20px 10px;
    letter-spacing: 0px;
}
.co-box ul li{
	line-height:25px;
}
.co-box .img{	
	margin:20px 10px;
}
.co-box .img img{
	width:188px;
	margin-bottom:20px;
}

.search-main{
	padding:100px 0 150px 0;
    border:1px solid #ececec;
}
.search-main .box-search{
	margin-left:350px;
}




/*******************/

.input-text {
	outline: medium;
	padding: 1px 5px; 
	border: 1px solid #ccc; 
	height: 26px; 
	line-height: 26px; 
	color: #333; 
	font-family: arial; 
	font-size: 14px; 
	vertical-align: middle;
}
.input-text:focus{
	padding: 0px 4px; 
	border: 2px solid #b00000;
}
.input-text[type=checkbox]:focus, .input-text[type=radio]:focus{
	padding: 0px 5px; 
	border: 1px solid #ccc; 
}
select.input-text{
	padding: 1px 0 1px 5px;
}
select.input-text:focus{
	padding: 0 0 0 3px;
	border: 2px solid #b00000;
}
.input-text-small{
	width: 120px; 
}
.input-text-big{
	width: 350px;
}
.validate-error{
	border: 2px solid #b00000;
	height: 24px;
	line-height: 24px;
}

.input-but {
	outline: medium;
	padding: 12px 22px; 
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	background-color: #c41921;
	color: #fff; 
	font-family: arial; 
	font-size: 14px; 
	vertical-align: middle;
	text-decoration: none;
}
.input-but:hover{
	text-decoration: none;
	background-color: #a6050d;
	color: #fff; 
}
.input-but-cancel{
	background-color: #a2a2a2;
	color: #333;
}
.input-but-cancel:hover{
	text-decoration: none;
	background-color: #969696;
	color: #333; 
}
.input-but-small{
	padding: 8px 14px;
}
.input-but-gary {
	background-color: #999;
	color: #333;
}
.input-but-gary:hover{
	background-color: #a2a2a2;
}



.table-list table{
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
    border: none;
}
.table-list table thead tr{
	height: 30px;
	text-align: center;
	background-color: #f1f1f1;
}
.table-list table thead th{
	border: 1px solid #ececec;
	color: #333;
}
.table-list table tfoot{
	border: 1px solid #ececec;
}
.table-list table tfoot tr{
	line-height: 45px;
	background-color: #f1f1f1;
}
.table-list table tfoot td{
	padding: 2px 20px;
	text-align: right;
}
.table-list table tbody{
	border: 1px solid #ececec;
}
.table-list table tbody tr{
	border-bottom: 1px dashed #ececec;
}
.table-list table tbody tr:hover{
	background-color: #f6f6f6;	
}
.table-list table tbody td{
	padding: 2px 5px;
	line-height: 25px;
}

table.nolrboder thead th, table.nolrboder tbody, table.nolrboder tfoot{
	border-left: 0 none;
	border-right: 0 none;
}
.nolrboder tbody td{
	text-align: center;
}
table.nolboder thead th, table.nolboder tbody, table.nolboder tfoot{
	border-right: 0 none;
}
table.norboder thead th, table.norboder tbody, table.norboder tfoot{
	border-left: 0 none;
}

/*========================*/

.goods_nums{
	padding-top: 10px;
}
.goods_nums a{
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border:1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
}
.goods_nums a:hover{
	border:1px solid #666;
}
.goods_nums input{
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left:none;
	border-right:none;
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	overflow: hidden;
	outline:medium;
}
.goods_nums span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.shop_buy_but a{
	background-color: #ffeded;
	border: 1px solid #c40000;
	color: #c40000;
}
.shop_buy_but a:hover, .shop_buy_but a.over{
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
}



.my_cart_box{
	height:107px;
	background:#fff url(../image/mycart.gif) no-repeat 14px 29px;
}
.order_step {
	margin: 37px 20px 0px 0px;
	width: 702px;
	height: 32px;
	line-height: 32px;
	float: right;
}
.order_step li {
	background: url(../image/mycart.gif) no-repeat right -82px #ffe8d7;
	padding: 0px 29px 0px 0px;
	width: 188px;
	height: 32px;
	color: #ccc;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
}
.order_step li.current {
	background-position: right -82px;
	color: #fff;
	background-color: #ed6807;
}
.order_step li.current_prev{
	background-position: right -114px;
	color: #fff;
	background-color: #ed6807;
}
.order_step li.last {
	background-position: right -210px;
}
.order_step li.last_current{
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}
.order_step li span {
	display: block;
}
.order_step li .first {
	background: url(../image/mycart.gif) no-repeat 0px -146px;
}
.order_step li.current .first {
	background-position: 0px -178px;
}
.order_step li.current_prev .first {
	background-position: 0px -178px;
}

.cart_message{
	margin: 10px 0;
	padding: 42px 0 55px 0;
	background-color:#fff;
}
.cart_message .cart_message_info{
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}
.cart_message .cart_message_but{
	margin: 30px auto;
	text-align: center;
}
.cart_message_con{
	margin: 20px auto;
	width: 650px;
	line-height: 35px;
	text-align: left;
}
.cart_error .cart_message_info{
	color: red;
}

/*cart index*/
.goods_list .cart_img{
	text-align: center;
}
.goods_list .cart_img img{
	width: 75px;
	height: 100px;
	margin: 5px auto;
}
.goods_list .cart_title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.goods_list .cart_spec{
	line-height: 20px;
	font-size: 12px;
}
.goods_list .cart_spec span{
	color: #666;
	margin-right: 5px;
}
.goods_list .cart_price{
	font-size: 14px;
	color: red;
}
.goods_list .cart_price i{
	font-style: normal;
	margin-right: 5px;
}


.goods_list .cart_info{
	margin: 15px 0;
	font-size: 14px;
}
.goods_list .cart_total{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}
.goods_list .cart_total i{
	font-size: 16px;
	font-style: normal;
	margin:0 10px;
}


.goods_list .cart_info{
	margin: 15px 0;
	font-size: 14px;
}
.goods_list .cart_total{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}
.goods_list .cart_total i{
	font-size: 16px;
	font-style: normal;
	margin:0 10px;
}


.goods_list .cart_but{
	margin: 25px 0;
}

/*cart order*/
.order_info{
	text-align: left;
	line-height: 30px;
	margin: 10px 0;
}
.order_info .order_info_bar{
	padding: 2px 20px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	font-size:14px;
	font-weight: bold;
}

.calc_info .order_info_bar{
	border-bottom: 1px solid #f40;
}
.order_address ul li{
	margin: 5px 0;
}
.order_address ul li label{
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}
.order_address ul li label.over{
	padding: 7px 15px;
	border: 2px solid #f40;
}
.order_address ul li span{
	color: #999;
	padding: 0 5px;
}
.order_address ul li a{
	margin-left: 20px;
}

.order_express ul li{
	margin: 5px 10px 5px 0;
	float: left;
}
.order_express ul li label{
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}
.order_express ul li label.over{
	padding: 7px 15px;
	border: 2px solid #f40;
}
.order_express ul li span{
	color: #999;
	padding: 0 5px;
}

.invoice_info{
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}


ul.payment_list li{
	width: 135px;
	height: 90px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}
ul.payment_list li.over, ul.payment_list li:hover{
	border: 2px solid #f40;
}
ul.payment_list li.over p, ul.payment_list li:hover p{
	background-color: #f40;
	color: #fff;
}
ul.payment_list li img{
	width: 135px;
	height: 70px;
}
ul.payment_list li p{
	height: 20px;
	line-height: 20px;
	background-color: #e2e2e2;
	text-align: center;
	overflow: hidden;
}


.form{
	margin: 10px 20px;
}
.form form ul li{
	line-height: 1.5;
}
.form form ul li label{
	display: block;
	color: #999;
	margin-top: 10px;
}
.form form ul li input{
	padding: 4px;
	font-size:16px;
}
.form form ul li input:focus{
	padding: 3px;
}
.form .ajaxinfo{
	visibility: hidden;
	padding: 5px 20px;
	margin: 20px auto;
	line-height: 28px;
	color: #f40;
	border: 1px dotted #b9996b;
}

.sitemap-title{
    height: 50px;
    line-height: 50px;
    background-color: #f4fbff;
    text-align: center;
    border: 1px solid #ececec;
    margin: 30px 0;
}
.sitemap-title span{
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: 700px;
    color: #007090;
}
.sitemap-box{
    margin: 10px 0;
    border: 1px solid #ececec;
}
.sitemap-box .box-bar{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #fafafa;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: 700px;
    color: #007090;
    margin-bottom: 10px;
}
.sitemap-box .box-bar a{
    margin-left: 20px;
    color: #007090;
}
.sitemap-box .box-bar a:hover{
    color: #ff6600;
    text-decoration: none;
}
.sitemap-box .box-con{
    padding: 0 10px;
    margin-bottom: 10px;
}
.sitemap-box .box-con a{
    padding: 4px 5px;
    color: #333;
}
.sitemap-box .box-con a:hover{
    color: #fff;
    background-color: #007090;
    text-decoration: none;
}
.sitemap-box .box-con .l{
    width: 150px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #007090;
}
.sitemap-box .box-con .l a{
    color: #00b6bd;
}
.sitemap-box .box-con .l a:hover{
    color: #fff;
}
.sitemap-box .box-con .r{
    width: 1000px;
}
.sitemap-box .box-con ul li{
    height: 25px;
    line-height: 25px;
    float: left;
    width: 150px;
    overflow: hidden;
    margin-right: 5px;
}
.sitemap-box .box-con ul.pl30{
    padding-left: 30px;
}
.sitemap-box .box-con ul.w60 li{
    width: 60px;
}

.info-box .box-qkjb{
    padding: 3px 0;
}
.info-box .box-qkjb a{
    padding-left: 28px;
    color: #cc0001;
    /*font-family: "Microsoft Yahei";*/
    font-size: 16px;
    font-weight: 700;
    background-image: url(base/qkjb.png);
    background-repeat: no-repeat;
}

/*zlhb-box*/
.zlhb-box{
	background-color:#f5f5f5;
	overflow:hidden;
}
.zlhb-box .box-bar{
	height:43px;
	line-height:43px;
	border-bottom:1px solid #e0e0e0;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.zlhb-box .box-bar a{
	color:#35a;
	margin:0 5px;
}
.zlhb-box .box-bar a:hover{
	color:#c30;
	text-decoration:none;
}
.zlhb-box .box-bar span{
	margin-left:20px;
}
.zlhb-box .box-con{
	width:1205px;
	height:170px;
	overflow:hidden;
	border-top:1px solid #fff;
	position:relative;
}
.zlhb-box .box-con .item{
	height:170px;
	margin-left:-1px;
	margin-right:-2px;
	position:absolute;
}
.zlhb-box .box-con dl{
	width:209px;
	padding-left:30px;
	padding-top:10px;
	margin-top:5px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #fff;
	float:left;
}
.zlhb-box .box-con dl dd{
	height:25px;
	line-height:25px;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow:hidden;
}
.zlhb-box .box-con dl dd a{
	padding:2px 5px;
	margin-right:10px;
	overflow:hidden;
	color:#773b09;
}
.zlhb-box .box-con dl dd a:hover{
	text-decoration:none;
    background-color:#c41921;
    color:#fff;
}
.zlhb-box .box-con dl dt{
	width:170px;
	height:40px;
	margin-top:20px;
}
.zlhb-box .box-con dl dt img{
	width:170px;
	height:40px;
}

/*col-contact*/
.col-contact{
	font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
}
.col-contact .tc{
	width: 140px;
}
.col-contact p {
	margin: 0 0 16px;
	font-size: 12px;
}
.col-contact .phone {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1;
	color: #ff6700;
}
.col-contact .btn {
	display: inline-block;
	*zoom: 1;
	*display:inline: ;
	width: 158px;
	height: 38px;
	padding: 0;
	margin: 0;
	border: 1px solid #b0b0b0;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #b0b0b0;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.col-contact .btn-small {
	width: 118px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
}
.col-contact .btn-line-primary {
	border-color: #ff6700;
	background: #fff;
	color: #ff6700;
}
.col-contact .btn-line-primary:hover{
	color:#fff;
	background-color:#f25807;
	border-color:#f25807;
	text-decoration: none;
}




/*列表折叠*/
.qkwz-box .box-item dl.hauto{
	height: auto;
	max-height: auto;
	overflow: hidden;
}
.qkwz-box .box-item dl.hfix{
	max-height: 860px;
	overflow: hidden;
}

.fileW {
	width: 90px;
	height: 90px;
	margin: 0 auto;  /* 30px;*/
	text-align: center;
}
.clearfix {
	*zoom: 1: ;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.car-detail .d-file {
	border-radius: 6px;
	margin-bottom: 20px;
	+padding-bottom: 40px: ;
	background: #fff;
}
.car-detail a:hover {
	text-decoration: none;
}
.car-detail {
	margin: 0 auto 20px;
}
.filebtn {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	margin: 20px auto 0;
	+margin-bottom: 20px: ;
	text-align: center;
	font: normal 14px/40px "Microsoft YaHei";
	color: #333;
}
.filebtn b {
	position: absolute;
	top: 35px;
	left: 20px;
	height: 40px;
	width: 50px;
	background: url(base/search_ico.png) no-repeat -99999em 0;
	background-position: 6px -570px;
}
.fileW .expand b {
	background-position: 6px -635px
}



/*search*/
.search-box{
	border: 1px solid #f3f3f3;
	margin-bottom: 10px;
}
.search-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
    background-color: #fafafa;
	color: #333;
}
.search-box .box-item {
	margin: 10px;
}
.search-box .box-item ul li {
	text-align: center;
	height: 28px;
	line-height: 28px;
	background-position: 0 12px;
	background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-box .box-item ul li.split {
	height: 0px;
	border-bottom: 1px dotted #999;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.search-box .box-item ul li a {
	color: #333;
	padding: 0 10px;
	display: block;
    text-decoration:none;
}
.search-box .box-item ul li a.action{
    color:#cc0001;
    font-weight: bold;
	background-color: #ececec;
}
.search-box .box-item ul li a:hover {
    color:#cc0001;
	background-color: #f5f5f5;
}

.list-box .box-item .item-content {
    line-height:25px;
	text-indent:2em;
    font-size:12px;
    color:#999;
}
.list-box .box-item .item-info a{
	font-size: 14px;
	color: #00b6bd;
	margin-right: 10px;
}
.list-box .item-title span{
	font-weight: normal;
	font-size: 14px;
	margin-left: 20px;
	color: #666;
}
.list-box .box-item .item-info span{
	padding-right: 10px;
}
.list-box .box-tab .info {
	font-size: 12px;
	color: #333;
	margin-left: 5px;
	padding-right: 20px;
	text-align: left;
}

.list-box .box-item .item-lc {
	width:850px;
}
.list-box .box-item .item-lc .item-param li.nofloat {
	width: 840px;
}

.list-box .box-tab .c li.nosort a {
	padding: 0 15px 0 15px;
}

.list-box .shop .item-param li.info{
	height: auto;
    max-height: 50px;
	margin-right: 0;
}





.qk-buy {
    margin:10px 20px 0 20px;
}
.qk-buy ul li {
    height:34px;
    line-height:34px;
    color:#333;
    font-size:14px;
}
.qk-buy ul li span {
    margin-left:10px;
}
.qk-buy ul li span.price {
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#cc0001;
}

.qk-buy .zxdg {
	width: 95px;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	border-radius: 12px;
	display: inline-block;
	font-size: 12px;
	color: #00b6bd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #00b6bd;
}
.qk-buy .zxdg i {
	width: 16px;
	height: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 3px;
	background-image: url(base/down.png);
	background-position: -63px -3px;
	background-repeat: no-repeat;
}
.qk-buy .zxdg:hover, .qk-buy .zxdg.active{
	color: #fff;
	background-color: #00b6bd;
}
.qk-buy .zxdg:hover i, .qk-buy .zxdg.active i {
	background-position: -63px -23px;
}

.qk-buy .box-nums{
	width: 250px;
	margin-left: 8px;
}
.qk-buy .box-nums a{
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	float: left;
	border:1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	margin-top: 6px;
}
.qk-buy .box-nums a:hover{
	border:1px solid #666;
}
.qk-buy .box-nums input{
	margin-top: 6px;
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left:none;
	border-right:none;
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	float: left;
	overflow: hidden;
	outline:medium;
}					
.qk-buy label{
	margin: 0 20px;
	padding: 0 5px;
}
.qk-buy label span{
	font-size: 14px !important;
	font-weight: normal !important;
	color: #666 !important;
}





/**********************************/
.cart_tip_bd{
	width: 400px;
	height: 136px;
	border: 1px solid #d2d2d2;	
	/*
	position: absolute;
	top:0;left:0;*/
	position:fixed;
	top: 50%;left:50%;
	margin-top:-68px;
	margin-left:-200px;
	z-index: 9999;
	background: #fff;
}
.cart_tip_bd .head{height:28px;}
.cart_tip_bd .head .close-btn{float:right;}
.cart_tip_bd .mac-success-txt {
    height: 30px;
    line-height: 32px;
    padding-left: 30px;   
    font-size: 18px;
    color: #333;
}
.cart_tip_bd .mac-success-txt em{
	background-position: -80px -144px;
	background-image: url(../image/ibar_sprites.png);
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 3px;
}
.cart_tip_bd .module-cart-box p {
    text-align: center;
}
.cart_tip_bd .mac-go-cart {
    background-color:#00b6bd;
	margin-top:13px;
    background-position: -84px -146px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    /* width: 145px; */
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
}
.cart_tip_bd .close-btn {
    background-image: url(../image/ibar_sprites.png);
    background-position: -55px -138px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 12px;
    height: 12px;
    float: right;
    width: 23px;
    height: 23px;
    font: 0/0 a;
    margin-top: 5px;
}
.cart_tip_bd .close-txt{
	margin-left:20px;
	color:#333;text-decoration: underline; font-size:13px;
}
.cart_tip_bd .mac-go-cart:hover{
	text-decoration: none;
}





.login_info_box{width: 100%; color: #999; text-align: center; padding: 20px 0;}
.login_info_box p{margin:0 auto;font-size:14px;}
.login_info_box a{display: inline-block; background-color: #f60; width: 46px; height: 16px; line-height: 17px; text-align: center; color: #fff; font-size: 12px; border-radius: 3px; margin: 0 4px;}


.table-list table tbody tr{border-bottom: 0 dashed #ececec;}
.table-list table tfoot tr{background-color: #f5f5f5;}
.table-list table thead tr{background-color: #f5f5f5;}
.table-list table thead th{border: 1px solid #f5f5f5;}
.table-list table tbody tr:hover{background-color: #fafafa;	}
.order_info .order_info_bar{padding: 2px 0;border-bottom: 0 solid #dadada;font-size:16px;}

.letter-outer{margin:20px 5px;}
.letter-box{
	border: 2px dashed #8eb9f5;
}
.letter-con{
	padding: 30px 20px;
	background-color: #fff;
}
.letter-con li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}
.letter-con li span{
	color: #999;
}
.letter-con li b{
	font-size: 16px;
}
.letter-con li a{
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #5590d6;
	border-radius: 5px;
	text-decoration: none;
}

.cart_message_con{
	width: 800px;
}
ul.payment_list li{
	width: 160px;
	height: 88px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}
ul.payment_list li img{
	width: 160px;
	height: 68px;
}





.reg-tab ul li{width: 150px;}
.input-text {color:#333;}


.f14{font-size: 14px;line-height: 1.8;}
.f16{font-size: 16px;line-height: 1.8;}
.f20{font-size: 20px;}

.list-box .fanwen .item-c{ 
	width: 850px;
}
.list-box .fanwen .item-c .item-param li.nofloat{ 
	width: 850px;
}
.item-keyword{
	margin: 10px 0;
}
.item-keyword li{
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}
.item-keyword li a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.item-keyword li a:hover{
	color: #fff;
	border: 1px solid #008fcc;
	background-color:#00a1cc;
}


.fanwen .box-item ul li{ 
	height: auto;
	white-space: inherit;
}


.fanwen-box{
	padding: 20px;
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
}
.fanwen-box .box-title{
	padding: 10px 0;
	line-height: 30px;
	font-size: 28px;
	font-weight: 500;
	color: #333;
}
.fanwen-box .box-info{
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.fanwen-box .box-info span{
	margin-right: 5px;
}
.fanwen-box .box-info .authors{
	color: #00aad1;
}
.fanwen-box .box-keywords{
	margin: 10px 0;
}
.fanwen-box .box-keywords li{
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}
.fanwen-box .box-keywords li a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.fanwen-box .box-keywords li a:hover{
	color: #fff;
	border: 1px solid #008fcc;
	background-color:#00a1cc;
}
.fanwen-box .box-abstract{
	margin: 20px 0;
	padding: 20px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	background-color: #f9f9f9;
}
.fanwen-box .box-body{
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}
.fanwen-box .box-body p{
	margin: 20px 0;
}
.fanwen-box .box-body .article-sub-title{	
	line-height: 32px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	text-align: center;
}


.info-box .box-cart a.cart-talk {
    width:155px;
    height:40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    background-color:#00a2ca;
    border: none;
}
.info-box .box-cart a.cart-talk:hover {
    background-color:#00a2ca;
    text-decoration:none;
}
.info-box .box-cart a.cart-talk i {
	width:24px;
	height:22px;
    margin:9px 10px 9px 20px;
	display:inline-block;
	background-image:url(base/preview.png);
	background-position:-60px -140px;
	background-repeat:no-repeat;
    float:left;
}
.info-box .box-cart a.cart-talk span{
	display:block;
    font-family:"Microsoft YaHei";
    font-size:18px;
    color:#fff;
    float:left;
}






/*头部股票代码样式*/
.zk-gupiao {
    font-weight: bold
}
.zk-gupiao span {
    color: #c51921;
}
.zk-gupiao:hover {
    text-decoration: none;
}


.info-box .box-record .record-r ul{min-height:auto;}
.box-buts{
	margin-bottom: 50px;
}
.box-buts .buts {
    width:155px;
    height:46px;
    margin:20px;
    line-height: 46px;
    display: inline-block;
    border: 1px solid #00b6bd;
    border-radius: 5px;
    background-color:#00b6bd;
    text-align: center;
}
.box-buts .buts:hover {
	border-color: #0db49c;
    background-color:#0db49c;
    text-decoration:none;
}
.box-buts .buts i {
	/*width:24px;
	height:22px;
    margin:13px 10px 13px 20px;
	display:inline-block;
	background-image:url(base/preview.png);
	background-position:-60px -140px;
	background-repeat:no-repeat;
    float:left;*/
    display: none;
}
.box-buts .buts span{
	display:block;
    font-family:"Microsoft YaHei";
    font-size:18px;
    color:#fff;
    /*float:left;*/
}

.box-buts .butstip{
	position: relative;
}
.box-buts .butstip div{
	position: absolute;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    line-height: normal;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    bottom: -60px;
    left: -50%;
    width: 260px;
    text-align: center;
    border-radius: 3px;
}
.box-buts .butstip div:before{
	content: ' ';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ddd;
}
.box-buts .butstip div em{
	color: #ff2f2f;
}
.box-buts .buts1{ 
    border-color: #00b6bd;
    background-color: #fff;
}
.box-buts .buts1 span{
    color: #00b6bd;
} 
.box-buts .buts1:hover span{
    color: #fff;
    background-color: #00b6bd;
} 

.box-buts .buts3{ 
    border-color: #ffdc00;
    background-color: #ffdc00;
}
.box-buts .buts3 span{
	color: #666;
}
.box-buts .buts3:hover{
    border-color: #eecd00;
    background-color: #eecd00;
}

.info-box .box-cart{ 
	margin-bottom: 70px;
}
.info-box .box-cart a.butstip{
	background-color: #c40000;
    border: 1px solid #c40000;
    color: #fff;
	position: relative;
}
.info-box .box-cart a.butstip:hover{
	background-color: #b40000;
	border: 1px solid #b40000;
	color: #fff;
}
.info-box .box-cart a.butstip div{
	position: absolute;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    line-height: normal;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    bottom: -60px;
    left: -55px;
    width: 260px;
    text-align: center;
    border-radius: 3px;
}
.info-box .box-cart a.butstip div:before{
	content: ' ';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ddd;
}
.info-box .box-cart a.butstip div em{
	color: #ff2f2f;
}
.paper-box .box-item{
	margin: 20px 0;
}
.paper-box .box-item li{
	margin: 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.paper-box .box-item li:last-child{
	border-bottom: none; 
}
.paper-box .box-item li a{
	text-decoration: none;
}
.paper-box .box-item li .item-title{
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	font-weight: 500;
	color: #333;
	overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
}
.paper-box .box-item li .item-info{
	line-height: 35px;
	font-size: 12px;
	color: #999;
}
.paper-box .box-item li a:hover{color:#00b6bd;}
.paper-box .box-item li .item-info span{
	margin-right: 10px;
}
.paper-box .box-item li .item-info i{
	vertical-align: middle;
}
.paper-box .box-item li .item-abstract{
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.paper-box .box-item li .item-keyword{
	margin-top: 20px;
	line-height: 25px;
}
.paper-box .box-item li .item-keyword a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	margin: 0 20px 10px 0;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.paper-box .box-item li .item-keyword a:hover{
	color: #fff;
	border: 1px solid #008fcc;
	background-color:#00a1cc;
}

.zoom::after{content:"."; display:block; height:0; clear:both; visibility: hidden;}
.zoom,.clear{clear:both;}
.zoom{*zoom:1;}
.dl-dltext{padding:20px 20px 13px 20px; margin:30px 0; background-color:#f6f6f6;}
.dl-dldabox{margin:30px auto;}
.dl-dldabox h5{margin:0 auto; font-size:16px; color:#333;}
.dl-dldabox h6{margin:0 auto; font-size:16px; color:#333;}
.dldline{margin:30px auto; border-top:10px solid #f7f7f7;}
.dl-dltime{margin:35px auto; background-color:#eee;}
.dl-dltime span{display:inline-block;width:77px; height:33px; line-height:33px; font-size:12px; color:#777; text-align:center; cursor:pointer;}
.dl-dltime .active{font-weight:bold; color:#00b6bd; background-color:#fff; position:relative;}
.dl-dltime .active:after{content:""; width:100%; height:3px; position:absolute; top:-3px; left:0; background-color:#00b6bd;}
.dl-dlnum{min-height:200px; margin:40px auto 35px auto; position:relative;}
.dl-dlnum .dlbg{background-color:#9c9c9c; color:#fff;}
.dl-dlnumbox{position:absolute; top:0; left:0; display:none;}
.dl-dlnum .active{display:block;}
.dl-dlnumbox>div{height:50px; line-height:50px; color:#333; }
.dl-dlnumbox>div:nth-child(1){height:40px; line-height:40px;}
.dl-dlnumbox>div>p{width:240px; margin:0 9px 0 0; float:left; font-size:14px; text-indent:22px;}
.dl-dlnumbox>div>div{width:672px; float:left;}
.dl-dlnumbox>div:nth-child(even)>p,.dl-dlnumbox>div:nth-child(even)>div{background-color:#f7f7f7;}
.dl-dlnum span{display:inline-block; width:62px; font-size:14px; text-align:center;}
.dl-dltext h6{margin:0; font-size:13px; color:#333;}
.dl-dltext p{margin:7px 0; font-size:12px; color:#777;}

.content-box .a30{margin-top:20px; text-indent:0;}
.content-box .a30 a{display:inline-block; width:180px; overflow:hidden; font-size:15px; text-decoration:none;}
.content-box .link30 a{text-indent:52px;}
.content-box .pt20 p{margin:10px 0;}
.body-tab ul .dlrightbtn{float:right; margin:7px 10px 0 0;}
.body-tab ul .dlrightbtn a{width:auto; height:auto; padding:3px 8px; margin-top:0; font-size:12px; color:#00b6bd; border:1px solid #00b6bd;}
.body-tab ul .dlrightbtn a:hover{color:#fff; background-color:#00b6bd;}
.content-box .dl-box-title{font-size:16px;}
.rmbq-box{
	background-color: #f9f9f9;
}
.rmbq-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}
.rmbq-box .box-con{
	margin: 0 30px;
	padding: 22px 0;
}
.rmbq-box .box-con li{
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}
.rmbq-box .box-con li a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	overflow: hidden;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.rmbq-box .box-con li a:hover{
	color: #fff;
	border: 1px solid #008fcc;
	background-color:#00a1cc;
}
.hfix{
	max-height: 1000px;
	overflow: hidden;
}
.hauto{
	height: auto !important;
	/* max-height: auto !important; */
	overflow: hidden;
}

/*2020-2-4*/
.dlipop{width:400px; height:240px; margin:auto;	text-align:center; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,.2);
	position:fixed;	top:0; 	left:0;	right:0; bottom:0; z-index:9999; background-color:#fff;}
.dlipop h3{display:inline-block; margin-top:55px; font-size:25px; font-weight:400; color:#00b6bd;}
.dlipop p{margin-top:15px; margin-bottom:20px; font-size:18px; color:#777;}
.dlipop a{display:inline-block;	width:120px; height:38px; line-height:38px;	font-size:15px;	border-radius:5px;}
.dlipop .dlidely{margin-right:30px;	color:#666;	background-color:#eaeaea;}
.dlipop .dlidely:hover{text-decoration:none; background-color:#dcdbdb;}
.dlipop .dlinow{color:#fff;	background-color:#00b6bd;}
.dlipop .dlinow:hover{text-decoration:none; background-color:#00b6bd;color:#fff;}

.dliside{width:84px;padding-top: 4px;  position:fixed;padding-bottom: 2px; top:115px; right:20px; z-index:99;overflow: hidden;background-color: #ffffff;border-radius: 10px;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.dliside a{display:block; width:100%;  margin-bottom:5px; color: #333333;font-size: 14px; }
.dliside a:hover{text-decoration:none; }
.dliside a .dliop2{ display: block;width: 30px;height: 30px; margin: 12px auto 2px;background: url(../img/rside.png) no-repeat;}
.dliside a .dliop1{display: block; width: 57px; color: #333333;font-size: 14px; border-bottom: 1px solid #edeef0;padding-bottom: 12px;margin: auto;}
.clear{clear:both;}
.dliside a:last-of-type .dliop1{ border-bottom: none;}
.dlsorder{margin-bottom:15px; padding-bottom:18px; border-bottom:1px solid #e8e8e8;}
.dlsorder h4{margin-bottom:14px; font-size:24px; color:#333;}
.dlsorder p{margin-bottom:5px; line-height:1.6; font-size:12px; color:#333;}
.dliside-n a .dliop2{ display: block;width: 30px;height: 30px; margin: 17px auto 3px;background: url(../img/rside_1.png) no-repeat;padding-bottom: 10px;}
.dliside .dide2 .dliop2 {
    background-position: 2px 5px;
}
.dliside a:hover .dliop2 {
	-webkit-animation:turn 1.8s ease; -moz-animation:turn 1.8s ease; -ms-animation:turn 1.8s ease; animation:turn 1.8s ease;
}
.dliside .dide3 .dliop2 {
    background-position: 2px -72px;
}
.dliside .dide4 .dliop2 {
	background-position: 2px -153px;
}
.dliside .dide5 .dliop2 {
	background-position: 2px -232px;
}
.dliside-n .dide2 .dliop2 {
    background-position: 2px 5px;
}
.dliside-n .dide3 .dliop2 {
    background-position: 2px -72px;
}
.dliside-n .dide4 .dliop2 {
	background-position: 2px -153px;
}
.dliside-n .dide5 .dliop2 {
	background-position: 2px -232px;
}
.doscrum{width:1200px; height:40px; line-height:42px; margin:0 auto;}
.doscrum a,.doscrum span{font-size:14px; color:#777;}
.doscrum a:after{content:">"; margin:0 3px 0 5px; font-size:14px; color:#777;}
.doscrum a:hover{text-decoration:none; color:#00b6bd;}
.favolisa{width:auto; margin:15px 0 15px 0; padding:20px 5px 10px 0; background-color:#fff;}
.favolisa ul li{width:205px; margin-left:29px; margin-right:-3px;}
.favolisa ul li.box-item .item-image{border-color:#fff;}
.dostr .page-box{margin:10px auto 15px auto; padding:6px 0; background-color:#fff;}
.dostr1 .bbs{background-color:#fff;}
.dostr1 .box-bbs dd{margin-bottom:2px; padding:28px 10px 11px 10px; background-color:#fff;}
.dostr1 .content-box .box-con,.dostr1 .content-box{margin:0;}
.dostr1 .box-bbs .split{padding:0 10px;}
.dostr1 .shop{background-color:#fff;}
.dostr1 .list-box .box-item .item-c{width:635px;}
.dostr1 .list-box .box-item .item-param li.nofloat{width:auto;}
.table-list table tfoot tr,.table-list table tfoot tr{background-color:transparent;}
.table-list table tfoot{border-bottom:none;}
.dxcartbg{background-color:#f5f8fa; overflow:hidden;}

@-webkit-keyframes turn{
	0{-webkit-transform:rotateY(0deg);}
	100%{-webkit-transform:rotateY(360deg);}
}
@-moz-keyframes turn{
	0{-moz-transform:rotateY(0deg);}
	100%{-moz-transform:rotateY(360deg);}
}
@-ms-keyframes turn{
	0{-ms-transform:rotateY(0deg);}
	100%{-ms-transform:rotateY(360deg);}
}
@keyframes turn{
	0{transform:rotateY0deg);}
	100%{transform:rotateY(-360deg);}
}



@media screen and (max-width:1200px){
	.top-box,.banner-box,.menu-box,.copyright-bg{width:1200px;}
}



/* 1.15 new */
.fixdthis-new .box-title{
	background: none;
	color: #333;
	text-align: center;
}
.fixdthis-new .box-info{
	text-align: center;
}
.fixdthis-new .box-item .title{
	color: #333;
}
.fixdthis-new .box-item .con ul li{
	color: #333;
}
.fixdthis-new .tips{
	font-size: 12px;
	color: #999;
}
.fixdthis-new .dswz-info-box .box-item>p{
	font-size: 16px;
	line-height: 32px;
}
.fixdthis-new .qkwz-info-box .box-item{
	font-size: 16px;
}
.link-block{
	padding: 20px 38px 10px 38px;
	margin: 14px 0;
	background-color: #f7f7f7;
}
.link-block p {
    margin-bottom: 13px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.link-block a {
    width: 20%;
    margin-bottom: 13px;
    float: left;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link-block a:hover{
	color: #00b6bd;
	text-decoration: none;
}
.fixdthis-new .qikan-box .box-info p{
	text-align: left;
}
.ad-block{
	width: 900px;
	height: 138px;
	background: url(../image/dxn-lbck-adv.png) no-repeat center center;
	background-size: 100% auto;
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 30px;

}
.ad-block>a{
	display: block;
	
}
.ad-block>a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.ad-block h3{
	font-size: 32px;
	font-weight: bold;
	color: #333;
    margin-top: 24px;
}
.ad-block span{
	display: block;
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin: 10px auto 0px;
	border: 1px solid #333;
	border-radius: 19px;
	opacity: 0.95;
}

.ad-block img{
	width: 100%;
}
/* 期刊内页重要提示 */
.important-tips{
	font-size: 12px;
	color: #999;
	height: 54px;
	line-height: 54px;
	margin: 50px 0 0 20px;
}
/* 工商 */
.btn-gongshang{
	display: inline-block;
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom: 4px;
}
.btn-gongshang img{
	width: 100%;
}

/* 公安部备案图标 */
.gabba:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../image/icon_gaba.png) no-repeat center;
	margin:0 4px 4px 0;
	vertical-align: middle;
}


/* 购物车结算新样式覆盖 */

.settlement-table-list .letter-con li .selIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/1-3-1jiesuan.png') no-repeat center center;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 14px;
}

.btm {
	margin-bottom: 14px;
}

.settlement_shop-list {
	overflow: hidden;
	padding-bottom: 40px;
	background: #fff;


}

.settlement_shop-list .my-shop-count {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	margin: 24px 5px 0px 0px;
	width: 492px;
	height: 32px;
	line-height: 32px;
	float: right;
	background: url(../images/1-1shop.png) no-repeat center center;
	align-content: center;
}

.settlement_shop-list .settlement_order_step li {
	/* background: url(../images/1-1shop.png) no-repeat center center; */
	/* padding: 0px 29px 0px 0px; */
	/* width: 389px; */
	height: 32px;
	color: #777;
	overflow: hidden;
	font-size: 13px;
	float: left;
	text-align: left;
	margin-top: 26px;
	margin-left: 80px;
}

.settlement_shop-list .settlement_order_step li.current {
	/* background-position: right -82px; */
	color: #222222;
	/* background-color: #ed6807; */
	margin-left: 56px;
}

.settlement_shop-list .settlement_order_step li.current_prev {
	background-position: right -114px;
	color: #222;
	/* background-color: #ed6807; */
}

.settlement_shop-list .settlement_order_step li.last {
	/* background-position: right -210px; */
}

.settlement_shop-list .settlement_order_step li.last_current {
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}

.nbold {
	font-weight: normal;
}

.settlement_shop-list .settlement_order_step li span {
	display: block;
}

.goods_list .first-th {
	font-size: 16px;
	text-indent: 22px;
}

.settlement-table-list table {
	margin: 0px auto;
}

.settlement-table-list table thead th {
	padding: 16px 0px;
}

.settlement_dxcartbg {
	background-color: #f6f6f6;
	min-height: 400px;
}

.settlement_haozz_breadcrumb {
	padding: 10px 0px;
	background-color: #f6f6f6;
	color: #777777;
	font-size: 14px;
}

.settlement_dostbg {
	background-color: #f6f6f6;
}

.settlement_haozz_breadcrumb a,
.settlement_haozz_breadcrumb span {
	color: #777777;
}

.settlement_haozz_breadcrumb .current {
	color: #222;
}

.settlement-table-list table tbody tr {
	border-bottom: 1px solid #f1f1f1;
}

.settlement-table-list table tbody td {
	padding: 16px 5px;
	line-height: 25px;
	font-size: 13px;
}

.settlement-table-list .cart_img {
	margin-left: 30px;
}

.settlement_shop-list .my-shop-count b {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 16px;
	color: #ef2323;
}

.settlement-table-list .cart_info {
	margin: 10px 0;
	font-size: 14px;
}

.settlement-table-list .cart_info b {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	color: #ef2328;
}

.settlement-table-list .cart_total {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ef2328;
}

.order_submit,
.input-but-big {
	background-color: #e64347 !important;
	padding: 14px 20px !important;

	margin-left: 20px !important;

	margin-right: 5px !important;

	border-radius: 4px !important;
	color: #fff !important;
	font-size: 16px !important;


}

.settlement-table-list .total-index {
	border-top: 14px solid #f6f6f6;
	border-bottom: 20px solid #f6f6f6;
}

.settlement-table-list .cart_act:hover {
	color: #ef2328;
}

.settlement_order_new {
	background: url(../images/1-2shop.png) no-repeat center center !important;

}

.settlement-table-list .cart_total i {
	display: inline-block;
	margin-right: 2px;
	font-style: normal;
}

.settlement_order_new li {
	margin-left: 54px !important;
}

.settlement_order_new li.current {
	margin-left: 89px !important;
}

.settlement_order_new li.last {
	margin-left: 74px !important;
}

.settlement-table-list .addresseditbox {
	overflow: hidden;
	margin-top: 20px;
	margin-left: 12px;
}

.settlement-table-list .addresseditbox li {
	width: 220px;
	height: 85px;
	overflow: hidden;
	float: left;
	padding: 3px 5px;
	margin: 5px;
	cursor: pointer;
}

.settlement-table-list .addresseditbox li .t {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

.settlement-table-list .addresseditbox li .c {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	color: #222;
}

.settlement-table-list .addresseditbox li b {
	font-size: 14px;
	margin-right: 3px;
}

.settlement-table-list .addresseditbox li span {
	font-size: 14px;
	margin-left: 6px;

}

.settlement-table-list .addresseditbox li {
	padding: 3px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #e8e8e8;
}

.settlement-table-list .addresseditbox li:hover {
	background-color: #fff7f5;
	border: solid 1px #ff2f51;
}

.settlement-table-list .addresseditbox li .addresseditbox-con {
	padding: 5px;
    font-size: 14px;
}

.settlement-table-list .letter-outer {
	margin: -8px 5px;
}

.settlement-table-list .letter-box {
	border: none;
	/* border-radius: 6px; */
}

.settlement-table-list .letter-con {
	padding: 15px 2px 15px 16px;
	margin: 0px 12px 0px 10px;
	background-color: #fff7f5;
	border-radius: 6px;
	border: solid 1px #ff2f51;
}

.settlement-table-list .letter-con li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}

.settlement-table-list .letter-con li span {
	color: #555;
}

.settlement-table-list .letter-con li b {
	font-size: 14px;
}

.settlement-table-list .letter-con li a {
	padding: 5px 14px;
	font-size: 14px;
	color: #4076b7;
	background-color: transparent;
	border-radius: 5px;
	text-decoration: none;
}

.settlement-table-list table tbody,
.settlement-table-list table tfoot,
.table-list table thead th {
	border: none;
}

.settlement-dbxnbor table thead tr {
	background-color: #ffffff;
}

.order-table-list thead tr {
	background-color: #f6f6f6 !important;
    font-size: 14px;
}

.new-fgx {
	height: 14px;
	background: #f6f6f6;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}

.settlement-order-sub {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 0px;
	font-size: 14px;
}


.settlement-shop-th {
	background-color: #f6f6f6;
}

.index-shop-th {
	font-size: 14px;
}

.index-shop-th .first-th {
	font-size: 16px;
}

.settlement_cart_price_total {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.order_new_blk {
	padding: 14px 0px;
	font-size: 14px;
}

.order_new_blk .rg>span {
	display: inline-block;
	margin-left: 30px;
}

.settlement_bg {
	background-color: #f6f6f6;
	padding-bottom: 20px;
}

.settlement_cart_message {

	padding: 0px 0 25px 0;

}

.settlement_dlsorder p {
	font-size: 14px;
}

.settlement_cart_message .cart_message_info {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}

.settlement_cart_message .cart_message_but {

	margin-left: 150px;
	margin: 30px auto;
	text-align: center;
}

.settlement_cart_message .settlement_message_con {
	padding: 30px 0px;
	background-color: #fff;
	margin: 0px auto;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
}

.settlement_cart_message .settlement_message_con .order-code {
	color: #ef2328;
}

.settlement_cart_message .cart_error .cart_message_info {
	color: red;
}

.settlement_cart_message .settlement_message_con .title {
	color: #222;
	font-size: 20px;
}

.settlement_cart_message .settlement_message_con .payWay {
	color: #222;
	font-size: 14px;
}

.settlement_cart_message .settlement_message_con .payWay span {
	color: #ef2328;
	font-size: 12px;
}

.settlement_cart_message .settlement_message_con .payWay b {
	font-size: 16px;
}

.settlement_cart_message .settlement_message_con .payment_list {
	text-align: center;
	width: 490px;
	margin: 40px auto 57px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.settlement_cart_messag .settlement_message_con .cart-way {
	border-bottom: 14px solid #f6f6f6;
	padding: 0px 0px 20px;
}

.settlement_cart_messag .settlement_message_con .w-chat {
	padding: 50px 0px;
}

.settlement_cart_messag .settlement_message_con .w-chat h3 {
	font-size: 20px;
	margin-bottom: 14px;
}

.settlement_cart_message .cart_list {
	text-align: center;
}

.settlement_cart_message .cart-way {
	padding: 30px 0px;
	background-color: #fff;
	font-size: 14px;
}

.settlement_cart_message .cart-way p {
	margin-bottom: 10px;
}

.settlement_cart_message .cart-way .chooseother {
	display: inline-block;
	margin-left: 34px;
}

.settlement_cart_message .w-chat h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.settlement_cart_message .w-chat {
	padding: 30px 0px;
	background-color: #fff;
	margin-top: 14px;

}

.sel-domber1 .right {
	float: right;
	text-align: right;
	margin-right: 40px;
	background-color: #fff;
	font-size: 14px;
}

.sel-domber1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	background-color: #fff;
}

.sel-domber1 .right a {
	display: inline-block;
	margin-left: 50px;
	font-size: 14px;
}

.sel-domber1 .right a:hover {
	color: #14b4f0;
    text-decoration: none;
}

.sel-domber1 .right a i {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	width: 20px;
	height: 20px;
}

.sel-domber1 .right .personal i {
	background: url('../img/1-7personal.png') no-repeat center center;
}

.sel-domber1 .right .personal:hover i {
	background: url('../img/1-7-1personal.png') no-repeat center center;
}

.sel-domber1 .right .lock i {
	background: url('../img/1-7lock.png') no-repeat center center;
}

.sel-domber1 .right .lock:hover i {
	background: url('../img/1-7-1lock.png') no-repeat center center;
}

.sel-domber1>div {
	width: 405px;
	padding-left: 28px;
	float: left;
	overflow: hidden;
}

.sel-domber1 span {
	display: inline-block;
	width: 95px;
	margin-right: 39px;
	float: left;
	text-align: center;
}

.sel-domber1 span img {
	width: 91px;
	height: 91px;
	border-radius: 100%;
}

.sel-domber1 span a {
	display: inline-block;
	height: 23px;
	padding: 0 8px;
	margin-top: 18px;
	line-height: 23px;
	font-size: 13px;
	color: #777;
	border: 1px solid #777;
	border-radius: 30px;
}

.sel-domber1 span a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #14b4f0;
	background-color: #14b4f0;
}

.sel-domber1 div p {
	margin-bottom: 6px;
	font-size: 13px;
	color: #777;
}

.domt {
	margin-top: 10px;
}

.sel-domber1>p {
	width: 400px;
	margin-top: 10px;
	float: left;
}

.sel-domber1>p a {
	display: inline-block;
	width: 113px;
	margin-right: 3px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.sel-domber1>p a:hover {
	text-decoration: none;
	color: #14b4f0;
}

.sel-domber1>p img {
	display: block;
	margin: 0 auto 13px auto;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;
}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}


.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
	/* margin-left: 40px; */
}

.domber3 h4 {
	margin: 7px 0 15px 0;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

.domber3 div {
	width: 264px;
	min-height: 225px;
	float: left;
	margin-bottom: 24px;
	text-align: center;
	font-size: 0;
	border: 1px solid #e9e9e9;
}

.dlmid {
	margin: 0 25px;
}

.domber3 h5 {
	margin: 0 auto 14px auto;
	font-size: 14px;
	color: #444;
}

.domber3 span {
	display: inline-block;
	width: 85px;
	height: 85px;
	margin: 28px auto 18px auto;
	border-radius: 100%;
	background: url(../img/dlfast.png) no-repeat;
}

.dlmid span {
	background-position: -85px 0;
}

.dlcid span {
	background-position: -170px 0;
}

.domber3 div p {
	font-size: 13px;
	color: #939393;
}

.sel-dostr .myOrder {
	background-color: #fff;
	padding: 0px 0px 20px;
	margin-top: 20px;
}

.sel-dostr .myOrder .tit {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #f3f3f3;
}

.sel-dostr .myOrder .tit h4 {
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	text-indent: 20px;
}

.sel-dostr .myOrder .tit a {
	font-size: 13px;
	color: #00b1c6;
	display: inline-block;
	margin-right: 18px;
}

.sel-dostr .myOrder ul {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	font-size: 14px;
}

.sel-dostr .myOrder ul li {
	width: 20%;

	text-align: center;
}
.sel-dostr .myOrder ul li a:hover{
    text-decoration: none;
}
.sel-dostr .myOrder ul li div {
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	margin: auto;
}

.sel-dostr .myOrder .shopIcon1 div {
	background: url('../img/shopIcon1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon1:hover div {
	background: url('../img/shopIcon1-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2 div {
	background: url('../img/shopIcon2.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2:hover div {
	background: url('../img/shopIcon2-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3 div {
	background: url('../img/shopIcon3.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3:hover div {
	background: url('../img/shopIcon3-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4 div {
	background: url('../img/shopIcon4.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4:hover div {
	background: url('../img/shopIcon4-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5 div {
	background: url('../img/shopIcon5.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5:hover div {
	background: url('../img/shopIcon5-1.png') no-repeat center center;
}

.sel-dostr .myOrder ul li p {
	margin-top: 5px;
	font-size: 14px;
}

.sel-dostr .myOrder ul li:hover a {
	color: #14b4f0;
}

.sel-domber2 {
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;

}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}

.sel-domber2 div {
	/* width: 428px; */
	padding: 10px 24px 10px 40px;
	/* margin: 0 15px 15px 0; */
	/* float: left; */
	/* background-color: #f9f9f9; */
	display: flex;
}

.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
	/* margin-left: 40px; */
}

.sel-dostr {
	width: 955px;
	float: right;
}

.sel-domber {
	padding: 0px;
	margin-bottom: 20px;
}

.invoice_info {
	margin-left: 20px;
}

/* 改版 */
.container *{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.nosetBoxsizng *{-moz-box-sizing: unset;-webkit-box-sizing: unset;-o-box-sizing: unset;-ms-box-sizing: unset;box-sizing: unset; }
.container a:hover{text-decoration: none;}
ul.flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.flexbox li{
   	display: block;
	align-items: center;
    justify-content: flex-start;
}
.table{display: table;height: 100%;}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.btn-common, .block-qk-gjyq .btn-common-zx{
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .4s;
    transition: all .4s;
}
.common-content .common-title h2{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 42px 0 34px 0;
}
.common-content .common-title h2:before{
	content: '';
	display: inline-block;
	width: 82px;
	height: 2px;
	background-color: #e3e3e3;
	margin-right: 70px;
	vertical-align: middle;
	display: none;
}
.common-content .common-title h2:after{
	content: '';
	display: inline-block;
	width: 82px;
	height: 2px;
	background-color: #e3e3e3;
	margin-left: 70px;
	vertical-align: middle;
	display: none;
}
.common-content .common-title h2 span.red{
	color: #ff0004;
	font-size: 12px;
	font-weight: normal;
}
.common-content .common-title h2 span.innerbox{
	display: inline-block;
	max-width: 90%;
}
.common-content .common-title p{
	text-align: center;
	font-size: 14px;
	color: #777;
	margin-bottom: 20px;
	margin-top: -20px;
}
.common-content .common-title p.mini{
	font-size: 12px;
}
.common-content .common-article p{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 30px;
}
.common-content .common-article p.red{
	font-size: 14px;
	color: #e90013;
	text-indent: 10px;
}
.common-content .common-article p.red2{
	font-size: 15px;
	color: #e90013;
}
.common-content .common-article p img {
    border: 0;
    vertical-align: middle;
    text-align: center;
}
.common-content .common-article p:last-of-type{
	margin-bottom: 0;
}
.common-content .common-article p a{
	margin-right: 8px;
}
.common-content .common-box{
	padding: 0 52px 40px 52px;
	background-color: #fff;
	margin-bottom: 20px;
}
.common-content .gap{
	width: 100%;
	height: 15px;
	background-color: #f8f8f8;
}
.hoveropacity a:hover{
	opacity: .8;
}
.hoverimg img{
	-webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.hoverimg img:hover{
	-webkit-transform:scale(1.01); 
	-moz-transform:scale(1.01); 
	-ms-transform:scale(1.01); 
	transform:scale(1.01);
}
body.container{
	width: 100%;
	min-width: 1202px;
}
/*期刊内页*/
.block-top-common{
	width: 100%;
	height: 69px;
	line-height: 68px;
	color: #fff;
	background-color: #00b6bd;
	padding-bottom: 2px;
}
.block-top-common>div{
	background-color: rgba(255,255,255,0.12);
}
/*logo*/
.block-top-common .left-logo{
	width: 104px;
	height: 100%;
	margin-right: 110px;
}
.block-top-common .left-logo img{
	width: 104px;
	height: 26px;
}
/*菜单*/
.block-top-common .middle-menu{
	width: 425px;
}
.block-top-common .middle-menu a{
	display: inline-block;
	font-size: 15px;
	margin-left: 22px;
	color: #fff;
}
/* 搜索框 */
.block-top-common .middle-search{
	width: 312px;
}
.block-top-common .middle-search .search-input{
	width:312px;
	height:34px;
	overflow:hidden;
	margin-top: 16px;
	border-radius: 2px;
}
.block-top-common .middle-search .search-input .l{
	width:87%;
	height:34px;
	line-height: 34px;
	overflow:hidden;
}
.block-top-common .middle-search .search-input .r{
	width:13%;
	height:34px;
	background-color: rgba(255,255,255,0.36);
}
.block-top-common .middle-search .search-input .r .s{
	display: block;
	border:none;
	background: url(../images/dd/icon_search.png) no-repeat center;
	width: 100%;
	height:34px;
	line-height:34px;
}
.block-top-common .middle-search .search-input .r:hover .s{
	cursor: pointer;
	opacity: .8;
}
.block-top-common .middle-search .search-input .q{
	border:0 none;
	outline:0 none;
	font-size:12px;
	color:rgba(208,233,247,0.78);
	width:100%;
	height:34px;
	line-height: 34px;
	padding-left: 16px;
	background-color: rgba(255,255,255,0.18);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1eeeeee, endcolorstr=#1eeeeee);
}
.block-top-common .middle-search .search-input .q:-webkit-autofill,
.block-top-common .middle-search .search-input .q:-webkit-autofill:hover,
.block-top-common .middle-search .search-input .q:-webkit-autofill:focus {/*背景颜色*/box-shadow:0 0 0 60px #4fcfbd inset; 
/*字的颜色*/
-webkit-text-fill-color: rgba(208,233,247,0.78);
}
.block-top-common .middle-search .search-input .q::-webkit-input-placeholder{
	color: rgba(208,233,247,0.78);
}
.block-top-common .middle-search .search-input .q::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color: rgba(208,233,247,0.78);
}
.block-top-common .middle-search .search-input .q:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color: rgba(208,233,247,0.78);
}
.block-top-common .middle-search .search-input .q:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color: rgba(208,233,247,0.78);
}
.block-top-common .right-btns{
	overflow: hidden;
	width: 248px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}
.block-top-common .right-btns a{
	font-size: 12px;
	color: #fff;
	margin-left: 6px;
}
.block-top-common .right-btns a.btn{
	display: inline-block;
	width: 105px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	-webkit-transition: all .4s;
    transition: all .4s;
	margin-left: 0;
}
.block-top-common .right-btns a.zx{
	color: #00b6bd;
	background-color: #fff;
}
.block-top-common .right-btns a.login{
	height: 33px;
	line-height: 33px;
	color: #fff;
	border: 1px solid #fff;
	margin-left: 12px;
}
/*中间信息*/
.common-content .block-info{
	width: 100%;
	min-height: 456px;
	background: url(../images/dd/bg_qk_head.png) no-repeat center;
	background-size: cover;
}
.dy-pl-content .block-info{
	min-height: 394px;
}
.xmn_block_qkshow .block-info, .xmn_block_dyshow .block-info{
	background: none;
	background-color: #f9f9f9;
}
/*面包屑*/
.breadcrumbs{
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #777;
	background-color: #f9f9f9;
}
.common-content .block-info .breadcrumbs{
	float: right;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	color: #d0e9f7;
}
.xmn_block_qkshow .block-info .breadcrumbs, .xmn_block_dyshow .block-info .breadcrumbs{
	float: none;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	color: #999;
	background-color: #f9f9f9;
}
.breadcrumbs a{
	font-size: 14px;
	color: #777;
	display: inline-block;
}
.common-content .block-info .breadcrumbs a{
	font-size: 12px;
	color: #d0e9f7;
	display: inline-block;
}
.xmn_block_qkshow .block-info .breadcrumbs a, .xmn_block_dyshow .block-info .breadcrumbs a{
	color: #999;
	font-size: 12px;
	display: inline-block;
}
.breadcrumbs a:not(:last-child):after{
	content: ">";
	display: inline-block;
	width: 12px;
	height: 14px;
	margin-left: 8px;
}
.common-content .block-info .breadcrumbs a:not(:last-child):after{
	content: "";
	background: url(../images/dd/icon_bread_arrow.png) no-repeat;
	background-position: center 6px;
	width: 18px;
	margin-left: 4px;
}
.xmn_block_qkshow .block-info .breadcrumbs a:not(:last-child):after, .xmn_block_dyshow .block-info .breadcrumbs a:not(:last-child):after{
	content: "";
	background: url(../images/dd/icon_bread_arrow_blue.png) no-repeat;
	background-position: center 6px;
	width: 18px;
	margin-left: 4px;
}
.common-content .block-info .info-panel{
	padding: 58px 0 60px 0;
}
.xmn_block_qkshow .block-info .info-panel, .xmn_block_dyshow .block-info .info-panel{
	background-color: #fff;
	padding: 45px 50px;
}
.common-content .block-info .info-panel .left-img{
	width: 216px;
	height: 276px;
	line-height: 275px;
	text-align: center;
	background-color: #fff;
}
.dy-content .block-info .info-panel .left-img{
	position: relative;
}
.dy-content .block-info .info-panel .left-img .dyzx{
	width: 216px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #fff;
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: center;
}
.dy-content .block-info .info-panel .left-img .dyzx b{
	font-size: 14px;
	font-weight: bold;
	color: #ffd200;
}
.xmn_block_qkshow .block-info .info-panel .left-img, .xmn_block_dyshow .block-info .info-panel .left-img{
	width: 200px;
	height: auto;
}
.xmn_block_qkshow .block-info .info-panel .left-img .img_shadow{
	width: 100%;
	height: 50px;
	background-image: linear-gradient(180deg, 
		#f1f1f1 0%, #ffffff 100%);
	padding-top: 18px;	
}
.xmn_block_qkshow .block-info .info-panel .left-img .img_shadow p{
	font-size: 13px;
	line-height: 22px;
}
.xmn_block_qkshow .block-info .info-panel .left-img .img_shadow p b{
	font-size: 13px;
	color: #e90013;
}
.common-content .block-info .info-panel .left-img img{
	display: inline-block;
	width: 192px;
	height: 258px;
}
.xmn_block_qkshow .block-info .info-panel .left-img img, .xmn_block_dyshow .block-info .info-panel .left-img img{
	width: 200px;
	height: 284px;
}
.common-content .block-info .info-panel .right-info{
	margin-left: 46px;
	width: 940px;
	color: #fff;
}
.xmn_block_qkshow .block-info .info-panel .right-info, .xmn_block_dyshow .block-info .info-panel .right-info{
	width: 856px;
}
.common-content .block-info .info-panel .right-info h1{
	font-size: 43px;
}
.xmn_block_qkshow .block-info .info-panel .right-info h1, .xmn_block_dyshow .block-info .info-panel .right-info h1{
	font-size: 41px;
	color: #000;
	margin-top: -9px;
}
.common-content .block-info .info-panel .right-info .tag{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	color: #fff;
	font-size: 14px;
	background-color: rgba(255,255,255,0.16);
	margin: 18px 0 26px 0;
}
.common-content .block-info .info-panel .right-info .tag a, .common-content .block-info .info-panel .right-info .tag span{
	display: inline-block;
	color: #fff;
}
.common-content .block-info .info-panel .right-info .tag a:not(:last-of-type):after, .common-content .block-info .info-panel .right-info .tag span:not(:last-of-type):after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #8fdad1;
	margin: 0 10px 0 14px;
	border: 4px;
	vertical-align: middle;
}
.xmn_block_qkshow .block-info .info-panel .right-info h1 a, .xmn_block_dyshow .block-info .info-panel .right-info h1 a{
	display: inline-block;
	font-size: 12px;
	color: #ff7e1a;
	vertical-align: middle;
	margin: 0 4px 2px 0;
}
.xmn_block_qkshow .block-info .info-panel .right-info h1 a::before, .xmn_block_dyshow .block-info .info-panel .right-info h1 a::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_qk_qkjb.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
.xmn_block_qkshow .block-info .info-panel .right-info h1 a:first-of-type, .xmn_block_dyshow .block-info .info-panel .right-info h1 a:first-of-type{
	margin-left: 15px;
}
.xmn_block_qkshow .block-info .info-panel .right-info h1 a:hover, .xmn_block_dyshow .block-info .info-panel .right-info h1 a:hover{
	opacity: .8;
}
.xmn_block_qkshow .block-info .info-panel .right-info h2.ywm{
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-top: 5px;
}
.xmn_block_dyshow .block-info .info-panel .right-info .dyzy{
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-top: 6px;
}
.xmn_block_qkshow .block-info .info-panel .right-info .khyz_list{
	height: 90px;
	margin-top: 24px;
	background-color: #f9f9f9;
	padding: 18px 20px 18px 20px;
}
.xmn_block_qkshow .block-info .info-panel .right-info .khyz_list li{
	max-width: 55%;
}
.xmn_block_qkshow .block-info .info-panel .right-info .khyz_list li b{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 22px;
	color: #000;
	margin-bottom: 8px;
	height: 29px;
	line-height: 25px;
}
.xmn_block_qkshow .block-info .info-panel .right-info .khyz_list li span{
	font-size: 14px;
	color: #666;
}
.common-content .block-info .info-panel .right-info .desc{
	font-size: 15px;
	color: rgba(255,255,255,0.79);
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xmn_block_qkshow .block-info .info-panel .right-info .qk_desc{
	font-size: 14px;
	line-height: 26px;
	color: #333;
	margin-top: 16px;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns{
	margin-top: 36px;
}
.xmn_block_qkshow .block-info .info-panel .right-info .bottom-panel-btns{
	margin-top: 26px;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a{
	display: inline-block;
	float: left;
	width: 165px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 2px;
	transition: 0.3s;
	border-radius: 6px;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url(../images/dd/icon_btns.png) no-repeat center;
	vertical-align: middle;
	margin-bottom: 2px;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a:hover{
	text-decoration: none;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a.dyobtn1{
	background-color: #ff7e1a;
	margin-right: 14px;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a.dyobtn2{
	background-color: #045a96;
	margin-right: 10px;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a.dyobtn3{
	background-color: #2671ec;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a.dyobtn1:hover{
	background-color: #ff9542;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a.dyobtn2:hover{
	background-color: #1c86d0;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a.dyobtn3:hover{
	background-color: #0066e0;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a.dyobtn1::before{
	background-position: 0 0;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a.dyobtn2::before{
	background-position: -174px -2px;
}
.common-content .block-info .info-panel .right-info .bottom-panel-btns>a.dyobtn3::before{
	background-position: -342px -1px;
}
.xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul{
	float: left;
	width: 40%;
}
.xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul li{
	float: left;
	font-size: 12px;
	line-height: 22px;
	color: #496275;
	margin-left: 30px;
	width: 32%;
	margin-top: 0;
}
.xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul li:nth-of-type(3), .xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul li:nth-of-type(4){
	margin-top: 10px;
}
.xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul li a{
	color: #496275;
}
.xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul li a:hover{
	opacity: .8;
}
.xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul li:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/dd/xmn_dy_bzsm.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
.xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul li:nth-of-type(2):before{
	background-position: -140px 0;
}
.xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul li:nth-of-type(3):before{
	background-position: 0 -30px;
}
.xmn_block_dyshow .block-info .info-panel .right-info .bottom-panel-btns ul li:nth-of-type(4):before{
	background-position: -140px -30px;
}
.common-content .block-info .nav-list{
	height: 62px;
	line-height: 62px;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
.xmn_block_qkshow .block-info .nav-list, .xmn_block_dyshow .block-info .nav-list{
	height: 64px;
	line-height: 64px;
	background-color: #f9f9f9;
	font-size: 15px;
}
.xmn_block_qkshow .block-info .nav-list>div, .xmn_block_dyshow .block-info .nav-list>div{
	background-color: #fff;
	margin-top: 20px;
}
.common-content .block-info .nav-list a{
	display: inline-block;
	text-align: center;
	width: 168px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 15px;
	border-right: 1px solid #56c8cb;
}
.xmn_block_qkshow .block-info .nav-list a, .xmn_block_dyshow .block-info .nav-list a{
	color: #000;
	height: 64px;
	line-height: 64px;
	border-right: none;
}
.common-content .block-info .nav-list a:first-of-type{
	border-left: 1px solid #56c8cb;
}
.xmn_block_qkshow .block-info .nav-list a:first-of-type, .xmn_block_dyshow .block-info .nav-list a:first-of-type{
	border-left: none;
}
.xmn_block_qkshow .block-info .nav-list a:first-of-type span, .xmn_block_dyshow .block-info .nav-list a:first-of-type span{
	color: #00aabb;
	font-weight: bold;
	padding-bottom: 22px;
	border-bottom:2px solid #1fbfc5;
}
.xmn_block_qkshow .block-info .nav-list a:hover, .xmn_block_dyshow .block-info .nav-list a:hover{
	color: #00aabb;
}
/*内容部分*/
.common-content .block-bottom{
	background-color: #f9f9f9;
	padding-top: 40px;
}
.xmn_block_qkshow .block-bottom, .xmn_block_dyshow .block-bottom{
	padding-top: 20px;
	padding-bottom: 20px;
}
/*杂志介绍*/
.block-qk-zzjj .block-qk-jbxx{
	margin-bottom: 40px;
}
.block-qk-zzjj .block-qk-jbxx ul li{
	width: 261px;
	height: 136px;
	background-color: #f8f8f8;
	display: table;
	font-size: 14px;
}
.block-qk-zzjj .block-qk-jbxx ul li div{
	padding: 0 30px;
}
.block-qk-zzjj .block-qk-jbxx ul li p{
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
	line-height: 2.25;
	max-width: 200px;
}
.block-qk-zzjj .block-qk-jbxx ul li p .price{
	color: #f62d2d;
}
/*投稿流程*/
.block-qk-tglc ul{
	margin-top: 38px;
	padding: 0 40px;
}
.block-qk-tglc ul li{
	width: 117px;
	text-align: center;
	position: relative;
}
.block-qk-tglc ul li::after{
	content: "";
	display: inline-block;
	width: 24px;
	height: 22px;
	background: url(../images/icon_qk_tglc_arrow.png) no-repeat;
	vertical-align: middle;
	position: absolute;
	right: -42%;
	top: 8%;
}
.block-qk-tglc ul li:last-of-type::after{
	display: none;
}
.block-qk-tglc ul li b{
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 34px;
}
.block-qk-tglc ul li p{
	font-size: 13px;
	color: #999;
	font-weight: normal;
	margin-top: 4px;
}
.block-qk-tglc ul li div{
	display: block;
	width: 40px;
	height: 36px;
	margin: 0 auto;
	background: url(../images/dd/icon_tglc.png) no-repeat;
}
.block-qk-tglc ul li:nth-of-type(2) div{
	background-position: -185px 0;
}
.block-qk-tglc ul li:nth-of-type(3) div{
	background-position: -374px 0;
}
.block-qk-tglc ul li:nth-of-type(4) div{
	background-position: -561px 0;
}
.block-qk-tglc ul li:nth-of-type(5) div{
	background-position: -749px 0;
}
.block-qk-tglc ul li:nth-of-type(6) div{
	background-position: -936px 0;
}
/*稿件要求*/
.block-qk-gjyq .zx, .block-qk-gjyq .btn-common-zx{
	width: 220px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #26bdcf;
	color: #26bdcf;
	font-size: 14px;
	border-radius: 22px;
	margin: 25px auto 0;
}
.block-qk-gjyq .zx:hover, .block-qk-gjyq .btn-common-zx:hover{
	color: #fff;
	background-color: #00b6bd;
}
/*收录与荣誉*/
.block-qk-slry ul li{
	float: left;
	display: block;
	height: 48px;
	line-height: 48px;
	background-color: #f8f8f8;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all .4s;
    transition: all .4s;
    padding: 0 16px;
    margin: 0 12px 12px 0;
}
.block-qk-slry ul li a, .block-qk-slry ul li span{
	font-size: 13px;
	color: #000;
}
.block-qk-slry ul li a:hover{
	color:#cc0001;
}
.block-qk-slry{
	padding-bottom: 28px !important;
}
/*数据统计*/
.block-qk-sjtj .dl-dldabox{
	margin: 0 auto;
}
.block-qk-sjtj .dl-dldabox h6{
	font-size: 13px;
	text-align: center;
}
.block-qk-sjtj .dl-dltime{
	margin-top: 0;
}
.block-qk-sjtj .dl-dlnumbox>div>div{
	width: 849px;
}
/*相关期刊*/
.common-content .block-qk-xgqk{
	background-color: #fff;
	padding: 0 0 40px 0;
	margin-bottom: 20px;
}
.block-qk-xgqk b{
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.block-qk-xgqk ul li{
	float: left;
	width: 228px;
	/* height: 314px; */
	background-color: #fff;
	margin-right: 15px;
	/* padding: 24px 25px; */
	text-align: center;
}
.block-qk-xgqk ul li .img-box{
	width: 148px;
	height: 204px;
	margin: 0 auto;
}
.block-qk-xgqk ul li .img-box a{
	display: block;
	width: 148px;
	height: 204px;
}
.block-qk-xgqk ul li .img-box img{
	width: 148px;
	height: 204px;
}
.block-qk-xgqk ul li:last-of-type{
	margin-right: 0;
}
.block-qk-xgqk ul li .text-box .item-title{
	font-size: 16px;
	margin: 20px 0 4px 0;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.block-qk-xgqk ul li .text-box .item-info{
	font-size: 12px;
	color: #999;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
/*页脚*/
.block-footer{
	min-width: 1200px;
}
.block-footer *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.block-footer .promise-list{
	height: 105px;
	background-color: #3f3e3e;
}
.block-footer .promise-list>.w1200{
	height: 105px;
}
.block-footer .promise-list ul li{
	width: 20%;
	height: 105px;
	padding-left: 2%;
}
.block-footer .promise-list ul li a{
	display: block;
	padding-top: 32.5px;
}
.block-footer .promise-list ul li .left-img{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	background: url(../images/dd/icon_footer.png) no-repeat;
}
.block-footer .promise-list ul li .right-text{
	float: left;
	width: 160px;
}
.block-footer .promise-list ul li a b{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: rgba(248,248,248,0.8);
}
.block-footer .promise-list ul li a p{
	font-size: 12px;
	color: rgba(168,168,168,0.65);
	margin-top: 4px;
}
.block-footer .promise-list ul li:first-of-type .left-img{
	background-position: -10px -22px;
}
.block-footer .promise-list ul li:nth-of-type(2) .left-img{
	background-position: -76px -22px;
}
.block-footer .promise-list ul li:nth-of-type(3) .left-img{
	background-position: -145px -22px;
}
.block-footer .promise-list ul li:nth-of-type(4) .left-img{
	background-position: -216px -22px;
}
.block-footer .promise-list ul li:nth-of-type(5) .left-img{
	background-position: -280px -22px;
}
.block-footer .block-copyright{
	min-height: 240px;
	background-color: #2a2a32;
	padding-top: 44px;
}
.block-footer .block-copyright .left-box{
	width: 250px;
	position: relative;
}
.block-footer .block-copyright .left-box:after{
	content: '';
	width: 1px;
	height: 180px;
	background-color: #1e1e26;
	position: absolute;
	right: 0;
	top: 0;
}
.block-footer .block-copyright .left-box b{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
.block-footer .block-copyright .left-box p{
	color: #7f7f89;
	line-height: 2;
	font-size: 13px;
	margin-top: 24px;
	padding-right: 40px;
}
.block-footer .block-copyright .middle-box{
	width: 680px;
	padding: 0 60px;
}
.block-footer .block-copyright .middle-box ul li dt{
	margin-bottom: 24px;
}
.block-footer .block-copyright .middle-box ul li dt a{
	font-size: 15px;
	color: #fff;
}
.block-footer .block-copyright .middle-box ul li dd a{
	font-size: 12px;
	line-height: 2;
	color: #7f7f86;
}
.block-footer .block-copyright .right-box{
	width: 270px;
	position: relative;
	padding-left: 54px;
}
.block-footer .block-copyright .right-box:before{
	content: '';
	width: 1px;
	height: 180px;
	background-color: #1e1e26;
	position: absolute;
	left: 0;
	top: 0;
}
.block-footer .block-copyright .right-box .zx{
	width: 214px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	font-size: 14px;
	color: #f8f8f8;
	background:#3a3a42 url(../images/dd/icon_btn_zx.png) no-repeat 12px center;
	padding-left: 12px;
}
.block-footer .block-copyright .right-box .contact-box{
	margin-top: 25px;
}
.block-footer .block-copyright .right-box .contact-box .phone{
	color: #9d9d9d;
	font-size: 14px;
	margin-bottom: 15px;
}
.block-footer .block-copyright .right-box .contact-box .phone span{
	color: #e17f20;
	font-size: 15px;
	font-weight: bold;
}
.block-footer .block-copyright .right-box .contact-box .time{
	color: rgba(248,248,248,0.26);
	font-size: 12px;
}
.block-footer .copyright{
	width: 100%;
	background-color: #2a2a32;
	line-height: 24px;
    padding: 12px 0;
    color: #7f7f86;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #1e1e26;
}
.block-footer .copyright a{
	color: #7f7f86;
}
/* 友情链接 */
.common-content .block-qk-yqlj{
	font-size: 14px;
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.block-qk-yqlj>div>p{
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}
.block-qk-yqlj>div ul a{
	font-size: 14px;
	float: left;
	width: 16.6%;
	margin-bottom: 15px;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
/* 网友评论 */
.block-qk-wypl dd{
	background-color: #f8f8f8;
	border: none;
	border-radius: 4px;
	padding: 24px;
}
.block-qk-wypl .bbs-info{
	text-indent:0;
	margin-left: 0;
}
.block-qk-wypl .bbs-info .l{
	font-size: 16px;
	color: #333;
	text-align: left;
}
.block-qk-wypl .bbs-info .r{
	font-size: 12px;
	color: #999;
}
.block-qk-wypl .bbs-info .author{
	color: #333;
}
.block-qk-wypl .bbs-content p{
	font-size: 14px;
	color: #777;
	text-indent: 0;
	padding-bottom: 0;
}
.block-qk-wypl .bbs-tool{
	border-top: none;
}
.block-qk-wypl .reply-box{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}
.block-qk-wypl .reply-form{
	margin-bottom: 0;
}
.reply-form .reply-input .l{
	width: 92%;
	height: 37px;
}
.reply-form .reply-input .r{
	width: 6%;
	height: 36px;
	line-height: 36px;
}

/*首页*/
.index-content{
	background-color: #f3f3f5;
}
.block-top-index .middle-menu{
	width: 736px;
}
.block-top-index .middle-menu a.zk-gupiao{
	font-size: 14px;
	font-weight: normal;
	margin-left: 12px;
}
/*首页搜索*/
.block-search-common{
	width: 100%;
	height: 170px;
	padding-top: 46px;
	background-color: #00b6bd;
}
.block-search-common .search-item{
	width:925px;
	height:54px;
	margin: 0 auto;
}
.block-search-common .search-input{
	width:925px;
	height:54px;
	border-radius: 2px;
	background-color:#fff;
	overflow:hidden;
}
.block-search-common .search-input .l{
	width:90%;
	height:54px;
	line-height: 54px;
	overflow:hidden;
	background-color:#fff;
}
.block-search-common .search-input .r{
	width:10%;
	height:54px;
	background-color: #fff;
	color: #008de7;
}
.block-search-common .search-input .t{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:20%;
	height:24px;
	margin:5px 0 5px 5px;
	display: none;
}
.block-search-common .search-input .q{
	float: left;
	border:0 none;
	outline:0 none;
	font-size:12px;
	font-weight: bold;
	color:#9ca9a9;
	width:93%;
	height:54px;
	line-height: 54px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1fffffff, endcolorstr=#1fffffff);
}
.block-search-common .search-input .img-search{
	float: left;
	display: inline-block;
	width: 54px;
	height:54px;
	line-height: 54px;
	background: #fff url(../images/dd/icon_index_search.png) no-repeat 20px center;
	background-size: 18px;
}
.block-search-common .search-input .q:-webkit-autofill,
.block-search-common .search-input .q:-webkit-autofill:hover,
.block-search-common .search-input .q:-webkit-autofill:focus {/*èƒŒæ™¯é¢œè‰²*/box-shadow:0 0 0 60px #fff inset; 
/*å­—çš„é¢œè‰²*/
-webkit-text-fill-color: #333;
font-size:12px;
font-weight: bold;
color:#9ca9a9;
border:0 none;
outline:0 none;
}
.block-search-common .search-input .s{
	border:none;
	width: 100%;
	height:54px;
	line-height:54px;
	background-color: #fff;
	color: #00b6bd;
	font-size: 15px;
	text-align: left;
}
.block-search-common .search-input .s:hover{
	color: #049ca2;
}
.block-search-common .search-input:hover .s{
	cursor: pointer;
}
.block-search-common .num-item{
	width: 925px;
	height: 70px;
	line-height: 60px;
	margin: 0 auto;
}
.block-search-common .num-item div{
	display: inline-block;
	color: #d9f5f6;
	font-size: 12px;
	font-weight: bold;
}
.block-search-common .num-item div span{
	color: #fff;
	font-weight: normal;
}
.block-search-common .num-item div:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0 6px 5px 0;
	background: url(../images/dd/icon_index_qkfw.png) no-repeat;
}
.block-search-common .num-item div.fwl:before{
	background-position: -155px 0;
}
.block-search-common .num-item div.fwl{
	margin-left: 34px;
}
/*首页分类菜单*/
.index-content .block-flmenu{
	margin-top: 30px;
}
.index-content .block-flmenu .menu-box{
	width: 298px;
	height: 350px;
	background-color: #fff;
	position: relative;	
}
.index-content .category-menu-box .menu-item{
	background-color: #fff;
	background-image: none;
	padding: 18.5px 0;
}
.index-content .category-menu-box .menu-item:first-of-type{
	border-top: none;
}
.index-content .category-menu-box .menu-item:hover{
    background-color: #fff;
    background-image: none;
    box-shadow: none;
}
.index-content .category-menu-box .menu-item .item-wrapper {
    height: auto;
    padding: 0;
    line-height:normal;
    position: relative;
    padding-left: 30px;
	margin: 0 17px;
}
.index-content .category-menu-box .menu-item h2{
	width: auto; 
    height: auto; 
    color: #555;
    line-height: normal; 
    font-size: 15px;
    font-weight: bold;
}
.index-content .category-menu-box .menu-item .item-wrapper:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/dd/icon_index_flmenu.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.index-content .category-menu-box .menu-item .item-wrapper:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/dd/icon_index_flmenu_arrow.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}
.index-content .category-menu-box .menu-item:first-of-type .item-wrapper:before {
	background-position: -5px -12px;
}
.index-content .category-menu-box .menu-item:nth-of-type(2) .item-wrapper:before {
	background-position: -5px -90px;
}
.index-content .category-menu-box .menu-item:nth-of-type(3) .item-wrapper:before {
	background-position: -5px -172px;
}
.index-content .category-menu-box .menu-item:nth-of-type(4) .item-wrapper:before {
	background-position: -5px -252px;
}
.index-content .category-menu-box .menu-item p{
	margin-top: 4px;
	width: 94%;
}
.index-content .category-menu-box .menu-item p a{
	margin: 0 6px 0 0;
	font-size: 13px;
}
.index-content .category-menu-box .menu-item .item-hover{
	width: 540px;
	position: absolute;
	left: 300px;
	box-shadow: none;
}
.index-content .block-flmenu .banner-box{
	margin-left: 10px;
	width: 640px;
	height: 350px;
	text-align: center;
	position: relative;
}
.index-content .block-flmenu .banner-box img{
	width: 100%;
	height: 350px;
}
.index-content .block-flmenu .banner-box div{
	position: absolute;
	width: 100%;
	height: 332px;
	left: 0;
	top: 0;
	padding-top: 100px;
	color: #333;
}
.index-content .block-flmenu .banner-box h1{
	font-size: 36px;
}
.index-content .block-flmenu .banner-box p{
	font-size: 20px;
	margin: 20px 0;
}
.index-content .block-flmenu .banner-box span{
	display: inline-block;
	padding: 0 27px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 2px;
    background-color: #00b4bb;
    border-radius: 6px;
    -webkit-transition: all .4s;
    transition: all .4s;
	color: #fff;
}
.index-content .block-flmenu .banner-box a:hover span{
	background-color: #00b4bb;
	color: #fff;
	opacity: .8;
}
/*首页菜单2*/
.index-content .block-category{
	height: 108px;
	margin-top: 10px;
}
.index-content .block-category>div{
	height: 108px;
	background-color: #fff;
}
.index-content .block-category ul li{
	width: 25%;
	height: 108px;
}
.index-content .block-category ul li:not(last-of-type):after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 64px;
	background-color: #eee;
	margin-top: 22px;
}
.index-content .block-category ul li .left-img{
	width: 60px;
	height: 60px;
	margin: 24px 0 0 24px;
	background: url(../images/dd/icon_index_category.png) no-repeat;
}
.index-content .block-category ul li:first-of-type .left-img{
	background-position: -9px -7px
}
.index-content .block-category ul li:nth-of-type(2) .left-img{
	background-position: -276px -7px;
}
.index-content .block-category ul li:nth-of-type(3) .left-img{
	background-position: -570px -7px;
}
.index-content .block-category ul li:nth-of-type(4) .left-img{
	background-position: -878px -7px;
}
.index-content .block-category .right-text{
	display: table;
	width: 201px;
	height: 108px;
	margin-left: 14px;
}
.index-content .block-category .right-text h2{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
}
.index-content .block-category .right-text p{
	font-size: 12px;
	color: #999;
}
/*首页列表*/
.index-common-list .common-title, .block-index-whyus .common-title, .block-index-gwfy .common-title{
    padding: 40px 0 20px 0;
}
.index-common-list .common-title a.title, .block-index-whyus .common-title span.title, .block-index-gwfy .common-title a.title{
	display: inline-block;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-left: 0;
	position: relative;
	padding-left: 24px;
}
.index-common-list .common-title a.title:before, .block-index-whyus .common-title span.title:before, .block-index-gwfy .common-title a.title:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 20px;
    background-color: #00b6bd;
    position: absolute;
    left: 0;
    top:6px;
}
.index-common-list .common-title a {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin-left: 16px;
}
.index-common-list .common-title a:nth-of-type(2) {
    margin-left: 22px;
}
.index-common-list .common-title a.more{
	float: right;
    font-size: 14px;
    font-weight: 400;
    color: #686868;
    letter-spacing: 0;
    position: relative;
    top: 10px;
    margin-right: 2px;
}
.index-common-list .common-title a.more i {
    margin-left: 7px;
    position: relative;
    top: 0;
}
.index-common-list .common-title a.more i:after {
    content: "+";
    color: #f94221;
    font-size: 16px;
    display: inline-block;
    width: 14px;
    text-align: center;
    height: 20px;
    line-height: 16px;
    vertical-align: middle;
}
.index-common-list .common-title a.more i svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -4px;
    left: -4px;
}
@-webkit-keyframes svgan{100%{stroke-dashoffset:0;}}
@-moz-keyframes svgan{100%{stroke-dashoffset:0;}}
@keyframes svgan{100%{stroke-dashoffset:0;}}
.index-common-list .common-title a.more:hover{
	color:#f94221;
}
.index-common-list .common-title a.more:hover svg{
	-webkit-animation:svgan 3s linear forwards; 
	-moz-animation:svgan 3s linear forwards; 
	-ms-animation:svgan 3s linear forwards; 
	animation:svgan 3s linear forwards; 
	stroke-dasharray:400; 
	stroke-dashoffset:400;
}
.index-common-list ul li{
	float: left;
    background-color: #fff;
    width: 392px;
    height: 188px;
    margin: 0 12px 12px 0;
    padding: 30px;
    text-align: left;
}
.index-common-list ul li:nth-of-type(3n){
	margin-right: 0;
}
.index-common-list ul li .item-image a {
    width: 94px;
    height: 128px;
    display: inline-block;
    overflow: hidden;
}
.index-common-list ul li .item-image a img{
	width: 94px;
    height: 128px;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}
.index-common-list ul li .item-image a:hover img{
	-webkit-transform:scale(1.01); 
	-moz-transform:scale(1.01); 
	-ms-transform:scale(1.01); 
	transform:scale(1.01);
}
.index-common-list ul li .right-text{
	width: 198px;
	margin-left: 40px;
}
.index-common-list ul li .item-title {
    font-size: 18px;
    font-weight: 400;
    margin: 6px auto 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-common-list ul li .item-info-f {
    font-size: 12px;
    margin: 26px 0 28px 0;
}
.index-common-list ul li .item-info-f span:last-of-type:before{
	content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #e0e0e0;
    margin: 0 6px;
}
.index-common-list ul li .item-info-s {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background-color: #f8f8f8;
    font-size: 12px;
    color: #f00;
    text-align: center;
    padding: 0 14px;
    border-radius: 20px;
    color: #999;
}
.index-common-list ul li .item-info-s b{
	font-weight: normal;
	color: #eb3131;
}
/*首页-期刊列表-出版地方*/
/* .index-qk-list2{
	margin-bottom: 40px;
} */
.index-qk-list2 .cbdf-list{
	padding: 40px 30px 34px 30px;
	background-color: #fff;
	margin-bottom: 12px;
}
.index-qk-list2 .cbdf-list dd{
	float: left;
	width: 108px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #f7f7f7;
	color: #777;
	font-size: 14px;
	margin: 0 6px 6px 0;
}
.index-qk-list2 .cbdf-list dd a{
	display: block;
}
.index-qk-list2 .cbdf-list dd.action{
	background-color: #00b6bd;
}
.index-qk-list2 .cbdf-list dd.action a{
	color: #fff;
}
.index-qk-list2 .cbdf-list dd:nth-of-type(10n){
	margin-right: 0;
}
.index-qk-list2 .cbdf-list dd:hover{
    background-color: #00b6bd;
}
.index-qk-list2 .cbdf-list dd:hover a{
    color: #fff;
}
/*首页-选择我们*/
.block-index-chooseus{
	width: 100%;
	height: 538px;
	background: url(../images/dd/bg_index_choose.png) no-repeat;
	background-size: cover;
	color: #f8f8f8;
	padding-top: 90px;
}
.block-index-chooseus .title{
	text-align: center;
}
.block-index-chooseus .title h3{
	font-size: 38px;
	margin-bottom: 4px;
}
.block-index-chooseus .title p{
	font-size: 16px;
	margin-bottom: 70px;
}
.block-index-chooseus ul li{
	width: 20%;
	font-size: 18px;
	text-align: center;
}
.block-index-chooseus ul li div{
	width: 39px;
	height: 39px;
	background: url(../images/dd/icon_index_choose.png) no-repeat;
	margin: 0 auto 28px;
}
.block-index-chooseus ul li b{
	color: #f8f8f8;
}
.block-index-chooseus ul li:nth-of-type(2) div{
	background-position: -230px 0;
}
.block-index-chooseus ul li:nth-of-type(3)  div{
	background-position: -460px 0;
}
.block-index-chooseus ul li:nth-of-type(4)  div{
	background-position: -689px 0;
}
.block-index-chooseus ul li:nth-of-type(5) div{
	background-position: -919px 0;
}
/*发表流程*/
.block-index-fblc{
	padding: 20px;
	height: 188px;
	background-color: #fff;
	margin-top: -104px;
}
.block-index-fblc ul li{
	width: 17%;
	height: 148px;
	text-align: center;
	padding-top: 24px;
}
.block-index-fblc ul li div{
	width: 48px;
	height: 40px;
	background: url(../images/dd/icon_index_fblc.png) no-repeat;
	margin: 0 auto 22px;
}
.block-index-fblc ul li:nth-of-type(2) div{
	background-position: 3px 0;
}
.block-index-fblc ul li:nth-of-type(3)  div{
	background-position: -204px -1px;
}
.block-index-fblc ul li:nth-of-type(4)  div{
	background-position: -408px -1px;
}
.block-index-fblc ul li:nth-of-type(5)  div{
	background-position: -609px 0;
}
.block-index-fblc ul li:nth-of-type(6) div{
	background-position: -813px 0;
}
.block-index-fblc ul li b{
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.block-index-fblc ul li p{
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}
.block-index-fblc ul li:first-of-type{
	width: 15%;
	padding-top: 42px;
	background: #f9f9f9 url(../images/dd/icon_index_fblc_arrow.png) no-repeat center 102px;
}
.block-index-fblc ul li:first-of-type b{
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.block-index-fblc ul li:first-of-type p{
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}
/*为什么选择我们*/
.block-index-whyus{
	margin-bottom: 8px;
}
.block-index-whyus ul li{
	width: 292px;
	height: 158px;
	background-color: #fff;
	margin-bottom: 12px;
	text-align: center;
}
.block-index-whyus ul li div{
	width: 48px;
	height: 46px;
	background: url(../images/dd/icon_index_why.png) no-repeat;
	margin: 34px auto 20px;
}
.block-index-whyus ul li:first-of-type div{
	background-position: -51px -32px;
}
.block-index-whyus ul li:nth-of-type(2) div{
	background-position: -355px -32px;
}
.block-index-whyus ul li:nth-of-type(3)  div{
	background-position: -656px -32px;
}
.block-index-whyus ul li:nth-of-type(4)  div{
	background-position: -950px -30px;
}
.block-index-whyus ul li:nth-of-type(5)  div{
	background-position: -49px -198px;
}
.block-index-whyus ul li:nth-of-type(6)  div{
	background-position: -355px -198px;
}
.block-index-whyus ul li:nth-of-type(7)  div{
	background-position: -658px -201px;
}
.block-index-whyus ul li:nth-of-type(8) div{
	background-position: -952px -202px;
}
.block-index-whyus ul li b{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
/*友情链接*/
.block-index-yqlj{
	padding: 22px 22px 16px 22px;
	background-color: #fff;
	margin-bottom: 20px;
}
.block-index-yqlj>b{
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}
.block-index-yqlj>ul>li{
	float: left;
	width: 14.28%;
	line-height: 28px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.block-index-yqlj>ul>li:nth-of-type(7n){
	margin-right: 0;
}
.block-index-yqlj>ul>li>a{
	font-size: 12px;
}
.block-index-yqlj>ul>a{
	float: left;
	width: 14%;
	margin-bottom: 6px;
	font-size: 12px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.block-index-yqlj>ul>a:nth-of-type(7n){
	margin-right: 0;
}
.xcn_fw_yqlj{
	margin-top: 20px;
	padding: 22px 28px 16px 28px;
}
.xcn_fw_yqlj ul li{
	padding-right: 1%;
}
.xcn_fw_yqlj_dy{
	background-color: #fff;
	margin-top: -20px;
	padding: 0;
}
.xcn_fw_yqlj_dy>div{
	padding: 22px 52px 16px 52px;
}
.xcn_fw_yqlj_dy b{
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}
.xcn_fw_yqlj_dy ul>li{
	float: left;
	width: 14.28%;
	line-height: 28px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xcn_fw_yqlj_dy ul>li:nth-of-type(7n){
	margin-right: 0;
}
.xcn_fw_yqlj_dy ul>li>a{
	font-size: 12px;
}
.xcn_fw_yqlj_dy ul>a{
	float: left;
	width: 14%;
	margin-bottom: 6px;
	font-size: 12px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xcn_fw_yqlj_dy ul>a:nth-of-type(7n){
	margin-right: 0;
}
/*订阅内页*/
.dy-content .box-price-dy .price-line{
	font-size: 16px;
	color: #fff;
	height: 56px;
	line-height: 64px;
	margin-left: 30px;
}
.xmn_block_dyshow .box-price-dy .price-line{
	margin-left: 0;
}
.dy-content .box-price-dy .price-line i{
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	color: #ffd200;
}
.xmn_block_dyshow .box-price-dy .price-line i{
	color: #f40000;
}
.dy-content .box-price-dy .price-line .sell-val{
	font-size: 24px;
	font-weight: bold;
	color: #ffd200;
}
.dy-content .box-price-dy .price-line .sell-val{
	color: #f40000;
}
.dy-content .box-price-dy .price-line .sell-discount{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background-color: #38c4d7;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	border-radius: 2px;
	border: none;
	vertical-align: middle;
	margin: 0 0 8px 10px;
}
.dy-content .box-price-dy .price-line .sell-name{
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.dy-content .box-price-dy .price-line .market-val-box{
	display: inline-block;
	font-size: 14px;
	color: rgba(255,255,255,0.77);
	text-decoration: line-through;
	vertical-align: middle;
	margin: 0 0 8px 14px;
}
.xmn_block_dyshow .box-price-dy .price-line .market-val-box{
	color: #999;
}
.dy-content .box-price-dy .price-line .sell-offline{
	display: inline-block;
	font-size: 24px;
	color: #6f6f6f;
	font-weight: bold;
}   
.dy-content .box-price-dy .price-line .market-val-box i{
	font-size: 14px;
	font-weight: normal;
	color: rgba(255,255,255,0.77);
}
.xmn_block_dyshow .box-price-dy .price-line .market-val-box i{
	color: #999;
}
.dy-content .box-price-dy .specs-line{
	margin-top: 10px;
}
.dy-content .box-price-dy .specs-line li{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 5px 15px 5px 0;
    background-color: rgba(255,255,255,0.14);
    outline: 1px solid rgba(255,255,255,0.14);
    float: left;
    cursor: pointer;
    color: rgba(255,255,255,0.59);
}
.xmn_block_dyshow .box-price-dy .specs-line li{
	background-color: #fff;
	color: #000;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 0 12px 0 18px;
	background-color: #f6f6f6;
	outline: 1px solid #f6f6f6;
	border: 1px solid #f6f6f6;
}
.dy-content .box-price-dy .specs-line li.action, .dy-content .box-price-dy .specs-line li:hover{
	outline: 1px solid #97e6ec;
	background: url(../images/dd/bg_dy_gg.png) no-repeat right -1px bottom, rgba(255,255,255,0.2);
	color: rgba(255,255,255,1);
}
.xmn_block_dyshow .box-price-dy .specs-line li.action, .xmn_block_dyshow .box-price-dy .specs-line li:hover{
	outline: 1px solid #fe0d26;
	border: 1px solid #fe0d26;
	background: #fff url(../images/dd/bg_dy_gg_red.png) no-repeat right -1px bottom;
	color: #000;
}
.dy-content .box-price-dy .specs-line li span{
	display: block;
	height: 30px;
    line-height: 30px;
}
.xmn_block_dyshow .box-price-dy .specs-line li span{
	height: 42px;
    line-height: 40px;
	font-size: 14px;
}
.dy-content .store-val{
	visibility: hidden;
}
.dy-content .block-info .info-panel .right-info .desc{
	margin-top: 34px;
}
/*数量增减*/
.dy-content .box-nums{
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 14px;
}
.dy-content .box-nums dt{
	width: 66px;
	height: 54px;
	background-color: rgba(255,255,255,0.28);
	padding-top: 4px;
	display: block;
	float: left;
	border-radius: 2px;
}
.xmn_block_dyshow .box-nums dt{
	padding-top: 0;
	line-height: 58px;
	border-radius: 0;
	border: 1px solid #d4d4d4;
	border-right: none;
}
.dy-content .box-nums dt span{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.dy-content .box-nums dt input {
    width: 50px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    border-left: none;
    border-right: none;
    background: transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
    overflow: hidden;
    outline: medium;
	color: #fff;
	font-weight: bold;
}
.xmn_block_dyshow .box-nums dt input{
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.dy-content .box-nums dd{
	float: left;
}
.dy-content .box-nums dd a{
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	background-color: rgba(255,255,255,0.28);
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.xmn_block_dyshow .box-nums dd a{
	color: #333;
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	font-weight: normal;
	border-radius: 0;
	border: 1px solid #d4d4d4;
}
.xmn_block_dyshow .box-nums dd a:first-of-type{
	border-bottom: none;
}
.xmn_block_dyshow .box-nums dd a:hover{
	opacity: .8;
}
.dy-content .block-info .info-panel .right-info .bottom-panel-btns{
	margin-top: 20px;
}
/*发货时间/快递说明*/
.dy-content .gh-transfer{
	width: 100%;
}
.dy-content .gh-transfer-top ul{
	font-size: 0;
    width: 100%;
    height: 60px;
    background-color: #f2f7f9;
}
.dy-content .gh-transfer-top ul li{
	position: relative;
    float: left;
    font-size: 14px;
    padding:0 40px;
    line-height: 60px;
}
.dy-content .block-fhsj .gh-transfer-top ul li:first-of-type, .dy-content .block-fhsj  table tr td:first-of-type{
	width: 22.5%;;
}
.dy-content .block-fhsj .gh-transfer-top ul li:nth-of-type(2), .dy-content .block-fhsj table tr td:nth-of-type(2){
	width: 22.5%;
}
.dy-content .block-fhsj .gh-transfer-top ul li:nth-of-type(3), .dy-content .block-fhsj table tr td:nth-of-type(3){
	width: 30%;
}
.dy-content .block-fhsj .gh-transfer-top ul li:nth-of-type(4), .dy-content .block-fhsj  table tr td:nth-of-type(4){
	width: 25%;
	border-right: 0;
}
.dy-content .gh-transfer-top ul li:not(5):after{
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    margin-left: 14px;
    background-color: #D3D9DF;
}
.dy-content .gh-transfer-bottom{
	padding: 30px 0;
    background: #fff;
    border: 1px solid #EEEEEE;
}
.dy-content .gh-transfer-bottom table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.dy-content .gh-transfer-bottom table td{
	font-size: 14px;
    padding: 17px 40px 17px 40px;
    border-right: 1px solid #eee;
    text-align: left;
}
.dy-content .block-kdsm .gh-transfer-top ul li:first-of-type, .dy-content .block-kdsm  table tr td:first-of-type{
	width: 22.5%;;
}
.dy-content .block-kdsm .gh-transfer-top ul li:nth-of-type(2), .dy-content .block-kdsm table tr td:nth-of-type(2){
	width: 52.5%;
}
.dy-content .block-kdsm .gh-transfer-top ul li:nth-of-type(3), .dy-content .block-kdsm table tr td:nth-of-type(3){
	width: 25%;
	border-right: 0;
}
/*订购记录*/
.block-dy-dgjl dl dt, .block-dy-dgjl dl dd{
	height: 46px;
	line-height: 46px;
    overflow: hidden;
	font-size: 14px;	
}
.block-dy-dgjl dl dt {
	background-color: #eaedf5;
	font-weight: bold;
}
.block-dy-dgjl dl dt span.price {
	color: #333;
}
.block-dy-dgjl dl dt span.date {
	width: 166px;
	color: #333;
	text-align: left;
}
.block-dy-dgjl dl span{
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
	display: inline-block;
}
.block-dy-dgjl dl span.date {
    width: 166px;
	color: #999;
	float: right;
}
.block-dy-dgjl dl span.user {
	width: 170px;
    margin-left: 10px;
    text-align: left;
}
.block-dy-dgjl dl span.price {
	width: 170px;
	font-family: "Arial";
	color: #ff2929;
}
.block-dy-dgjl dl span.num {
	width: 60px;
	text-align: center;
}
.block-dy-dgjl dl span.specs {
	width: 350px;
}
.block-dy-dgjl dl dd:nth-child(even){
	background-color: #f9f9f9;
}
.block-dy-dgjl dl dd:nth-child(odd){
	background-color: #f9f9f9;
}
.block-dy-dgjl dl dd:nth-child(even){
	background-color: #fff;
}
/*相关杂志*/
.block-dy-xgzz ul li .text-box .item-info .s1{
	font-size: 14px;
    margin-right: 8px;
    color: #333;
}
.block-dy-xgzz ul li .text-box .item-info .s2{
    font-size: 12px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    border-radius: 20px;
    color: #999;
    text-decoration: line-through;
}

/*期刊列表*/
/*面包屑*/
.crumbs-common>div {
    height: 58px;
    line-height: 58px;
}
.crumbs-common a {
    margin-right: 5px;
	color: #777;
	font-size: 14px;
}
.crumbs-common span{
	color: #777;
	font-size: 14px;
}
.common-list, .block-search-list{
	background-color: #f9f9f9;
}
.common-list .filter-box{
	background-color: #fff;
	border: none;
	padding: 30px;
}
.common-list .filter-box .box-item{
	margin-bottom: 16px;
	border: none;
}
.common-list .filter-box .box-item:last-of-type{
	margin-bottom: 0;
}
.common-list .filter-box .box-item .l{
	width: 70px;
	margin-top: 0;
	text-align: left;
	font-size: 14px;
	color: #333;
}
.common-list .filter-box .box-item .h{
	margin-top: 0;
	font-size: 13px;
}
.common-list .filter-box .box-item .h _a:hover, .common-list .filter-box .box-item .h a.action, .common-list .filter-box .box-item .app-menu-active a{
	color: #e1322d;
	background-color: #fff;
}
.common-list .filter-box .box-item .r a:hover, .common-list .filter-box .box-item .r a.action, .common-list .filter-box .box-item .app-menu-active a{
	color: #e1322d;
	background-color: #fff;
	text-decoration: none;
}
.common-list .filter-box .box-item .h a{
	line-height: 26px;
}
.common-list .filter-box .box-item .h a:hover, .common-list .filter-box .box-item .r ul li a:hover{
	cursor: pointer;
}
.common-list .filter-box .box-item .r{
	width: 952px;
}
.common-list .filter-box .box-item .r ul{
	margin: 0;
}
.common-list .filter-box .box-item .r ul li{
	height: 24px;
	line-height: 24px;
}
.common-list .filter-box .box-item .r ul li a{
	font-size: 13px;
	line-height: 26px;
}
.common-list .filter-box .box-item .m{
	text-align: right;
	margin-top: 0;
}
.common-list .filter-box .box-item .m a{
	font-size: 13px;
}
/*列表*/
.block-qk-list{
	margin-top: 20px;
	margin-bottom: 20px;
}
.block-qk-list dl{
	background-color: #fff;
}
.block-qk-list dl dd, .block-qk-list ul li>a>span{
	float: left;
	width: 8.5%;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
	font-weight: bold;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.block-dy-list dl dd, .block-dy-list ul li>a>span{
	width: 8.2%;
}
.block-qk-list dl dd:first-of-type, .block-qk-list dl dd:nth-of-type(2), .block-qk-list dl dd:nth-of-type(3), .block-qk-list ul li span.title, .block-qk-list ul li>a>span:nth-of-type(2), .block-qk-list ul li>a>span:nth-of-type(3){
	width: 16%;
	padding-right: 1%;
}
.block-dy-list dl dd:first-of-type, .block-dy-list dl dd:nth-of-type(2), .block-dy-list ul li span.title, .block-dy-list ul li>a>span:nth-of-type(2){
	width: 14%;
}
.block-dy-list dl dd:nth-of-type(3), .block-dy-list ul li>a>span:nth-of-type(3){
	width: 12%;
}
.block-qk-list dl dd:first-of-type, .block-qk-list ul li span.title{
	padding-left: 2.5%;
}
.block-qk-list ul li{
	background-color: #fff;
	border-top: 1px solid #eee;
	overflow: hidden;
	position: relative;
}
.block-qk-list ul li:hover{
	z-index: 4;
	box-shadow: 2px 3px 30px rgba(180, 211, 242, 0.55);
}
.block-qk-list ul li>a>span{
	font-size: 13px;
	font-weight: normal;
}
.block-qk-list ul li a.libox{
	display: block;
}
.block-qk-list ul li span.title{
	font-size: 16px;
	font-weight: bold;
}
.block-qk-list ul li>span.price{
	color: #e93325;
}

/* 查看更多 */
.loadmore_btn{
	display: block;
	width: 100%;
	height: 86px;
	line-height: 86px;
	font-size: 18px;
	background-color: #fff;
	margin: 20px auto;
	text-align: center;
}
.loadmore_btn p{
	display: block;
	width: 100%;
	height: 86px;
	line-height: 86px;
}
.loadmore_btn p a{
	display: block;
}
.loadmore_btn p a i{
	display: inline-block;
	width: 10px;
	height: 13px;
	background: url(../images/dd/icon_qkzz_more.png) no-repeat center;
	margin-left: 16px;
}

/* 范文列表 */
.fanwen-list, .fanwen-content{
	background-color: #f9f9f9;
}
.block-fanwen-list, .block-fanwen-content{
	background-color: #fff;
}
.block-fanwen-list>ul>li{
	padding: 32px 42px;
	border-bottom: 1px solid #ececec;
}
.block-fanwen-list>ul>li .item-title a{
	display:block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.block-fanwen-list>ul>li .item-content p{
	font-size: 14px;
	color: #777;
	line-height: 1.75;
}
.block-fanwen-list>ul>li .item-keyword, .block-fanwen-content .item-keyword{
	margin: 20px 0 0 0;
}
.block-fanwen-list>ul>li .item-keyword .right-tag::before, .block-fanwen-content .item-keyword .right-tag::before{
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/dd/icon_fanwen_tag.png) no-repeat center;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}
.block-fanwen-content .xmn_mainfw .right-tag::before{
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/dd/icon_fanwen_tag.png) no-repeat center;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}
.block-fanwen-list>ul>li .item-keyword .left-time::before, .block-fanwen-content .item-keyword .left-time::before{
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/dd/icon_fanwen_time.png) no-repeat center;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}
.block-fanwen-content .xmn_mainfw .left-time::before{
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/dd/icon_fanwen_time.png) no-repeat center;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}
.block-fanwen-list>ul>li .item-keyword .right-tag a, .block-fanwen-content .item-keyword .right-tag a{
	font-size: 12px;
	color: #969696;
}
.block-fanwen-list>ul>li .item-keyword .left-time, .block-fanwen-content .item-keyword .left-time{
	font-size: 12px;
	color: #969696;
	margin:2px 22px 0 0;
}
.block-fanwen-content .xmn_mainfw .time_tag{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.block-fanwen-content .xmn_mainfw .right-tag a{
	font-size: 12px;
	color: #969696;
}
.block-fanwen-content .xmn_mainfw .right-tag a:hover{
	opacity: .8;
}
.block-fanwen-content .xmn_mainfw .left-time{
	font-size: 12px;
	color: #969696;
	margin:2px 22px 0 0;
}
/* 范文正文 */
.block-fanwen-content{
	padding: 50px 70px;
}
.block-fanwen-content h3, .block-fanwen-content h1{
	font-size: 30px;
	text-align: center;
}
.block-fanwen-content .item-keyword{
	text-align: center;
	margin-bottom: 30px;
}
.block-fanwen-content .item-keyword .left-time, .block-fanwen-content .item-keyword .right-tag{
	display: inline-block;
}
.block-fanwen-content .xmn_mainfw .left-time{
	display: inline-block;
}
.block-fanwen-content .xmn_mainfw .right-tag{
	display: inline-block;
}
.block-fanwen-content .box-abstract{
	background-color: #f9f9f9;
	padding: 20px 16px;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 30px;
}
.block-fanwen-content .box-body{
	font-size: 16px;
	line-height: 1.75;
}
.block-fanwen-content .box-body p{
	margin-bottom: 30px;
	line-height: 2;
	word-break: break-all;
}
.block-fanwen-content .box-body p.art-img-title{
	text-align: center;
}
.block-fanwen-content .box-body p.art-img-title img{
	width: 415px;
	height: 270px;
	border-radius: 10px;
}
.block-fanwen-content .box-body h5, .block-fanwen-content .box-body p strong, .block-fanwen-content .box-body h2{
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #00b6bd;
}
.block-fanwen-content .box-body h5 a, .block-fanwen-content .box-body p strong a, .block-fanwen-content .box-body h2 a{
	color: #00b6bd;
}
.block-fanwen-content .box-body h2{
	margin-bottom: 30px;
	line-height: 2;
	word-break: break-all;
}
.block-fanwen-content .page-box{
	margin-bottom: 0;
	margin-top: 30px;
}
.block-fanwen-content .page-box a{
	display: block;
	text-align: left;
	font-size: 16px;
}
.block-fanwen-content .page-box a:first-of-type{
	margin-bottom: 10px;
}
.block-fanwen-title{
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	font-weight: bold;
}
.block-fanwen-xgfw{
	padding: 20px 0 20px 28px;
	background-color: #fff;
}
.block-fanwen-xgfw ul li{
	float: left;
	width: 33.33%;
	line-height: 2.5;
}
.block-fanwen-xgfw a{
	float: left;
	font-size: 16px;
	width: 90%;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.block-fanwen-xgfw span{
	float: right;
	font-size: 12px;
	color: #969696;
	height: 40px;
	line-height: 40px;
	padding-right: 46px;
}
.xmn_fw_mzsm p{
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin-top: 30px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 30px;
}
.xmn_fw_mzsm p b{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
/* 全局搜索 */
.block-search-list .loadmore_btn{
	margin: 10px auto 20px 0;
}
/* 首页广告图 */
.xcmn-ad-index{
	width: 100%;
	height: 106px;
	margin: 0 auto;
	background: url(../ad/xs/ad_index_xs.png) no-repeat center;
	background-size: cover;
}
.xcmn-ad-index a{
	display: block;
	width: 100%;
	height: 106px;
}
.xcmn-ad-index a b{
	display: block;
	float: left;
	font-size: 38px;
	color: #fff;
	padding: 28px 0 0 0;
}
.xcmn-ad-index a ul{
	float: right;
	width: 320px;
	margin: 30px 0 0 0;
}
.xcmn-ad-index a ul li{
	font-size: 12px;
	color: #d0cce3;
	margin-right: 20px;
	line-height: 28px;
}
.xcmn-ad-index a ul li:nth-of-type(5n){
	margin-right: 0;
}
/* 期刊广告页面 */
.xcmn-ad-qk{
	width: 100%;
	height: 150px;
	margin: 20px auto;
	/* background:#fff url(../ad/dy/gg_content_qk.png) no-repeat center; */
	background-color: #fff;
	background-size: cover;
}
.xcmn-ad-qk>div{
	padding-left: 52px;
	height: 100%;
}
.xcmn-ad-qk .p1{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.xcmn-ad-qk .p2, .xcmn-ad-qk .p3{
	font-size: 15px;
}
.xcmn-ad-qk .p2 .price{
	color: #ff0909;
}
.xcmn-ad-qk .p3{
	margin-top: 12px;
}
.xcmn-ad-qk .p3 a{
	display: inline-block;
	margin-right: 50px;
}
.xcmn-ad-qk .p3 a::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/dd/icon_zxdy.png) no-repeat center;
	background-position: 0 0;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
.xcmn-ad-qk .p3 a:first-of-type:before{
	background: url(../images/dd/icon_zxdy_seven.png) no-repeat center;
}
.xcmn-ad-qk .p3 a:nth-of-type(2)::before{
	background-position: -135px 0;
}
.xcmn-ad-qk .p3 a:nth-of-type(3)::before{
	background-position: -269px 0;
}
.xcmn-ad-qk .r a{
	display: inline-block;
	width: 156px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #00b6bd;
	border: solid 1px #00b6bd;
	margin:49px 12px 0 0;
	border-radius: 4px;
}
.xcmn-ad-qk a.btn_jrgwc{
	background-color: #fff;
	color: #00b6bd;
	border: solid 1px #00b6bd;
}
.xcmn-ad-qk a:last-of-type{
	margin-right: 52px;
}
.xcmn-ad-qk a.btn_ljdg::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 19px;
	background: url(../images/dd/icon_zxdy_ljdg.png) no-repeat center;
	background-size: 20px 19px;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
.xcmn-ad-qk a:hover{
	opacity: .8;
}
.ad-xcc-sci{
	margin: 20px auto;
}
.ad-xcc-sci>a{
	display: block;
	width: 100%;
	height: 130px;
	background: url(../image/bg_block_ad_sci.png) no-repeat center;
	background-size: contain;
}
.ad-xcc-sci>a:hover{
	opacity: .8;
}
.common-content .block-qk-zysm{
	margin-bottom: 0;
}
.block-qk-zysm .common-article p{
	font-size: 12px;
	line-height: 1.75;
	color: #999;
}
.block-qk-zysm .common-article p a{
	color: #999;
	margin: 0;
}
.block-qk-zysm .common-article p a:hover{
	color: #00b6bd;
}
.block-jpfw-xgqk{
	margin-bottom: 20px;
}
.block-jpfw-xgqk ul li{
	height: auto;
	padding: 24px 25px;
}
.block-jpfw-xgqk{
	background-color: transparent;
}
.block-jpfw-xgqk .item-price{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background-color: #f8f8f8;
	font-size: 12px;
	text-align: center;
	padding: 0 12px;
	border-radius: 20px;
	color: #999;
	margin: 10px auto 0;
}
.block-jpfw-xgqk .item-price b.price {
	font-size: 12px;
    font-weight: normal;
    color: #ee2d2d;
	display: inline-block;
	height: 24px;
	line-height: 24px;
}
/* 精品范文 */
.gray-body{
	background-color: #f8f8f9;
}
.xcmn_jinpin_tag .dlcrumb{
	margin-top: 0;
	margin-bottom: 20px;
}
.xcmn_jinpin_tag{
	padding: 0 0 20px 0;
}
.xcmn_jinpin_tag .const-left{
	height: 98px;
	line-height: 98px;
	background-color: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}
.xcmn_jinpin_tag .const-left a{
	display:inline-block; 
	width:19px; 
	height:19px; 
	line-height: 19px;
	margin:0 auto; 
	border-radius:2px; 
	text-transform:uppercase; 
	cursor:pointer; 
	text-align:center; 
	font-size:14px;
	margin-left: 23px;
}
.xcmn_jinpin_tag .const-list{
	margin-top: 20px;
}
.xcmn_jinpin_tag .const-list>div{
	padding:30px 30px 20px 30px; 
	margin-bottom:15px; 
	background-color:#fff;
}
.xcmn_jinpin_tag .const-list b{
	display:block; 
	width:50px; 
	line-height:1; 
	font-size:32px; 
	text-transform:uppercase; 
	font-weight:bold;
	margin-bottom: 30px;
}
.xcmn_jinpin_tag .const-list p{
	display: block;
}
.xcmn_jinpin_tag .const-list a{
	width: auto;
	display:inline-block; 
	margin:0 6px 10px 0; 
	padding:0 14px; 
	font-size:14px; 
	background-color: #f7f7f7; 
	height: 30px; 
	line-height: 30px;
	border-radius: 15px;
}
.xcmn_jinpin_tag .const-list a:hover{
	color: #00b6bd;
}
.xcmn_jinpin_tag .const-left a.active{
	color:#fff;
	background-color: #00b6bd;
}
.h20{
	width: 100%;
	height: 20px;
}
/* 首页--精选好文 */
.block-index-gwfy{
	margin-top: -20px;
	margin-bottom: 20px;
}
.block-index-gwfy>div>ul{
	float: left;
	padding: 50px 45px;
	background-color: #fff;
}
.block-index-gwfy>div>ul.ulhw{
	width: 100%;
}
.block-index-gwfy>div>ul.ulfw{
	width: 292px;
}
.block-index-gwfy>div>ul li{
	font-size: 14px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.block-index-gwfy>div>ul.ulhw li{
	float: left;
	width: 25%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 关键词列表 */
.xcn_keyword_list .list-box .box-con {
	margin: 10px 0 10px 10px;
}
.xcn_keyword_list .list-box .box-item {
    position: relative;
	padding: 15px 10px;
	margin-bottom: 10px;
    border:1px solid #fff;
}
.xcn_keyword_list .list-box .box-item:hover{
    border:1px solid #0c907d;
    box-shadow: 0 0 5px #0c907d;
}
.xcn_keyword_list .list-box .box-item .item-l {
	width: 160px;
	text-align: center;
	float: left;
}
.xcn_keyword_list .list-box .box-item .item-c {
	width: 690px;
	float: left;
}
.xcn_keyword_list .list-box .box-item .item-r {
	width: 95px;
	margin-right:5px;
	text-align: right;
	float: right;
}
.xcn_keyword_list .list-box .box-item .item-image a {
	width: 130px;
	height: 180px;
}
.xcn_keyword_list .list-box .box-item .item-image a img {
	width: 130px;
	height: 180px;
}
.xcn_keyword_list .list-box .box-item .item-title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #1CAF9A;
}
.xcn_keyword_list .list-box .box-item .item-title h4 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #1CAF9A;
}
.xcn_keyword_list .list-box .box-item .item-title h4 a {
	color: #1CAF9A;
}
.xcn_keyword_list .list-box .box-item .item-param::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.xcn_keyword_list .list-box .box-item .item-param li{
	width: 220px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	float: left;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.xcn_keyword_list .list-box .box-item .item-param li.nofloat {
	width: 680px;
	clear: both;
}
.xcn_keyword_list .list-box .box-item .item-param li.nofloat a{
    margin-right: 10px;
}
.xcn_keyword_list .list-box .box-item .item-param li.info{
	height: 50px;
	white-space: normal;
    color: #666;
}
.xcn_keyword_list .list-box .box-item .item-param li span {
	margin-right: 3px;
	color: #333;
}
.xcn_keyword_list .list-box .box-item .item-param li a {
	color: #1CAF9A;
}
.xcn_keyword_list .list-box .box-item .item-param li.ar10 a {
	margin-right: 10px;
}
.xcn_keyword_list .list-box .box-item .item-info{
    height: 25px;
    line-height: 25px;
    color: #999;
}
.xcn_keyword_list .list-box .box-item .item-info b{
    margin: 0 5px;
    color: #1CAF9A;
    font-family: verdana;
    font-weight: 700;
}
.xcn_keyword_list .list-box .box-item .item-but div{
    text-align: center;
}
.xcn_keyword_list .list-box .box-item .item-but div a{
	width: 80px;
	height: 24px;
	line-height: 24px;
	margin: 8px auto;
	display: block;
	border: 1px solid #f5f5f5;
	border-radius: 13px;
	background-color: #f5f5f5;
    text-decoration: none;
}
.xcn_keyword_list .list-box .box-item .item-but div a:hover{
    color: #0c907d;
	border: 1px solid #0c907d;
}
.xcn_keyword_list .list-box .box-item .item-but .but-talk a{
	color: #0c907d;
	border: 1px solid #0c907d;
}
.xcn_keyword_list .list-box .box-item .item-but .but-talk a:hover{
	background-color: #0c907d;
	border: 1px solid #0c907d;
}
.xcn_keyword_list .list-box .box-item .item-but .but-talk a:hover span {
	color: #fff;
}
.xcn_keyword_list .list-box .box-item div.but-info{
    height: 25px;
    line-height: 25px;
	margin: 8px auto;
    color: #999;
    text-align: left;
}
.xcn_keyword_list .list-box .box-item .but-info b{
    margin: 0 5px;
    color: #1CAF9A;
    font-family: verdana;
    font-weight: 700;
}
/* 首页banner会员中心 */
.xcm_index_rightmember{
	width: 240px;
	height: 350px;
	background-color: #fff;
	margin-left: 10px;
}
.xcm_index_rightmember .index_rmtop{
	height: 168px;
	padding: 12px 24px 0;
}
.xcm_index_rightmember .index_rmtop>p{
	font-size: 13px;
	color: #666;
	text-align: center;
}
.xcm_index_rightmember .index_rmtop .photo{
	height: 92px;
	padding: 12px 0 14px 0;
}
.xcm_index_rightmember .index_rmtop .photo .off{
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background: url(../images/dd/icon_index_memberphoto.png);
	background-position: 0 0;
}
.xcm_index_rightmember .index_rmtop .photo .on{
	display: none;
	width: 64px;
	height: 64px;
	margin: 14px auto;
	background: url(../images/dd/icon_index_memberphoto.png) no-repeat;
	background-position: -306px 0;
}
.xcm_index_rightmember .index_rmtop .rmtop_name a{
	display: block;
	width: 174px;
	height: 32px;
	line-height: 32px;
	background-color: #ff912d;
	border-radius: 16px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.xcm_index_rightmember .index_rmtop .rmtop_name a:hover{
	background-color: #ff9b38;
}
.xcm_index_rightmember .index_rmmid{
	height: 180px;
}
.xcm_index_rightmember .index_rmmid ul li{
	width: 50%;
	height: 91px;
	text-align: center;
	border: solid 1px #f3f3f5;
}
.xcm_index_rightmember .index_rmmid ul li:nth-of-type(odd){
	border-left: none;
}
.xcm_index_rightmember .index_rmmid ul li:nth-of-type(even){
	border-right: none;
	border-left: none;
}
.xcm_index_rightmember .index_rmmid ul li:first-of-type,.xcm_index_rightmember .index_rmmid ul li:nth-of-type(2){
	border-bottom: none;
}
.xcm_index_rightmember .index_rmmid ul li a{
	display: block;
	font-size: 13px;
}
.xcm_index_rightmember .index_rmmid ul li a:hover{
	opacity: .8;
}
.xcm_index_rightmember .index_rmmid ul li a::before{
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/dd/icon_index_memberlist.png) no-repeat;
	background-position: 1px 1px;
	margin: 14px auto 8px;
}
.xcm_index_rightmember .index_rmmid ul li:nth-of-type(2) a::before{
	background-position: -108px 4px;
}
.xcm_index_rightmember .index_rmmid ul li:nth-of-type(3) a::before{
	background-position: 5px -87px;
}
.xcm_index_rightmember .index_rmmid ul li:nth-of-type(4) a::before{
	background-position: -106px -86px;
}
/* 数据统计 */
.xmn_block_qkshow .block-qk-sjtj .dl-dldabox{
	width: 540px;
}
.xmn_block_qkshow .block-qk-sjtj .dl-dldabox:nth-of-type(odd){
	margin-right: 18px;
}
.xmn_block_qkshow .block-qk-sjtj .dl-dldabox .dl-dldabox-common{
	height: 340px;
	border: solid 1px #eeeeee;
}
.xmn_block_qkshow .block-qk-sjtj .dl-dldabox h5{
	font-size: 15px;
	margin-bottom: 18px;
	color: #000;
	text-align: center;
}

/* 发文分析 */
.block-qk-fwfx h4{
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}
.block-qk-fwfx .eachcharts_table{
	margin-bottom:40px;
}
.block-qk-fwfx .eachcharts_table:last-of-type{
	margin-bottom: 0;
}
.block-qk-fwfx .eachcharts_table thead{
	background-color:#26bdcf;
	font-weight: bold;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.block-qk-fwfx .eachcharts_table thead tr{
	height:48px; 
	line-height:48px;
}
.block-qk-fwfx .eachcharts_table thead td{
	color:#fff;
	text-align: center;
	border-right: 4px solid #fff;
}
.block-qk-fwfx .eachcharts_table thead td:last-of-type{
	border-right: none;
}
.block-qk-fwfx .eachcharts_table tbody tr{
	height:44px; 
	line-height:44px;
}
.block-qk-fwfx .eachcharts_table tbody tr:nth-child(even){
	background-color:#f4f7f6;
}
.block-qk-fwfx .eachcharts_table tbody td{
	height:44px;
	font-size: 14px;
	color: #222;
	padding: 0 25px;
	border-right: 4px solid #fff;
}
.block-qk-fwfx .eachcharts_table tbody td:last-of-type{
	border-right: none;
}
.block-qk-fwfx .eachcharts_zyjg table thead tr td:first-of-type, .block-qk-fwfx .eachcharts_zyjg table tbody tr td:first-of-type{
	width: 282px;
}
.block-qk-fwfx .eachcharts_zyjg table thead tr td:nth-of-type(2), .block-qk-fwfx .eachcharts_zyjg table tbody tr td:nth-of-type(2){
	width: 192px;
}
.block-qk-fwfx .eachcharts_zzxm table thead tr td:first-of-type, .block-qk-fwfx .eachcharts_zzxm table tbody tr td:first-of-type{
	width: 50%;
}
/* 上下页面 */
.xcn_qk_pages{
	padding: 0 52px;
	height: 66px;
	line-height: 66px;
	background-color: #fff;
	margin-bottom: 20px;
}
.xcn_qk_pages li{
	float: left;
	font-size: 14px;
	color: #777;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xcn_qk_pages li:first-of-type{
	width: 48%;
	margin-right: 4%;
}
.xcn_qk_pages li:nth-of-type(2){
	width: 48%;
}
.xcn_qk_pages li b{
	color: #333;
	font-weight: bold;
}
.xcn_qk_pages li:hover a{
	color: #00b6bd;
}
.xcn_qk_pages li:hover b{
	color: #00b6bd;
}
.xmn_qkshow_fqlist .block-info{
	padding-bottom: 20px;
}

/* SCI */
.xcn_filter_box_sci .box-item .r ul li{
	min-width: 52px;
}
.xcn_filter_box_sci .box-item .r ul li:last-of-type{
	margin-right: 0;
}
.xcn_filter_box_sci .box-item:not(:first-of-type){
	float: left;
	width: 35%;
}
.xcn_filter_box_sci .box-item:not(:first-of-type) .r{
	width: 63%;
}
.xcn_filter_box_sci .box-item:nth-of-type(2){
	width: 30%;
}
.xcn_filter_box_sci .box-item:nth-of-type(2), .xcn_filter_box_sci .box-item:nth-of-type(3){
	position: relative;
	margin-bottom: 0;
}
.xcn_filter_box_sci .box-item:nth-of-type(2)::after, .xcn_filter_box_sci .box-item:nth-of-type(3)::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 24px;
	background-color: #e2e2e2;
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible;
}
.xcn_filter_box_sci .box-item:nth-of-type(2)::after{
	right: 9%;
}
.xcn_filter_box_sci .box-item:nth-of-type(3)::after{
	right: 7%;
}
.xcn_qk_joulist{
	background-color: #f9f9f9;
	padding-bottom: 10px;
}
.xcn_qk_joulist .left_panel{
	width: 300px;
}
.xcn_qk_joulist .right_panel{
	background-color: #fff;
	width: 884px;
	padding: 0 52px 40px 52px;
}
.xcn_qk_joulist .xcn_nav_list{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: solid 1px #eee;
}
.xcn_qk_joulist .xcn_nav_list a{
	float: left;
}
.xcn_qk_joulist .xcn_nav_list a.active{
	position: relative;
	color: #00b6bd;
	font-weight: bold;
}
.xcn_qk_joulist .xcn_nav_list a:hover{
	color: #00b6bd;
}
.xcn_qk_joulist .xcn_nav_list a.active::before{
	display: inline-block;
	content: '';
	width: 64px;
	height: 2px;
	background-color: #00b6bd;
	position: absolute;
	bottom: 0;
	left: 0;
}
.xcn_qk_joulist .xcn_nav_list a::after{
	display: inline-block;
	content: '';
	width: 1px;
	height: 18px;
	background-color: #eaeaea;
	vertical-align: middle;
	margin: 0 27px 4px 27px;
}
.xcn_qk_joulist .xcn_nav_list a:last-of-type::after{
	display: none;
}
.xcn_qk_joulist .fqlist_box>h3{
	font-size: 24px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin: 40px auto 25px;
}
.xcn_qk_joulist .fqlist_box dl dd:not(.column){
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f1f1f1;
}
.xcn_qk_joulist .fqlist_box dl dd:not(.column):last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.xcn_qk_joulist .fqlist_box dl dd.column{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #222;
	line-height: 32px;
	margin: 40px auto 25px;
}
.xcn_qk_joulist .fqlist_box dl dd .name b{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #222;
	margin-bottom: 14px;
	line-height: 20px;
}
.xcn_qk_joulist .fqlist_box dl dd .name span.page{
	float: right;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
}
.xcn_qk_joulist .fqlist_box dl dd p{
	font-size: 13px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xcn_common_box_r{
	background-color: #fff;
	padding: 0 25px;
	margin-bottom: 16px;
}
.xcn_common_box_r .box-title{
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	border-bottom: solid 1px #eee;
}
.xcn_common_box_r ul{
	padding: 15px 0;
}
.xcn_xgqk_box ul li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.xcn_xgqk_box ul li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: none;
}
.xcn_xgqk_box ul li:hover a{
	color: #333;
}
.xcn_xgqk_box ul li a{
	display: block;
}
.xcn_xgqk_box ul li .item-pic{
	float: left;
	width: 80px;
	height: 108px;
}
.xcn_xgqk_box ul li .item-pic img{
	width: 100%;
	height: 100%;
}
.xcn_xgqk_box ul li .item-txt{
	float: left;
	width: 155px;
	margin-left: 15px;
}
.xcn_xgqk_box ul li .item-txt h4{
	font-size: 15px;
	font-weight: normal;
	color: #222;
	margin-bottom: 12px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xcn_xgqk_box ul li:hover h4{
	color: #008eb7;
}
.xcn_xgqk_box ul .item-txt p{
	font-size: 12px;
	line-height: 24px;
	color: #777;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.xcn_xgqk_box ul .item-txt p span{
	color: #f00000;
}
.xcn_work_box ul li{
	border: none;
	margin-bottom: 15px;
}
.xcn_work_box ul li:hover{
	border: none;
}
.xcn_work_box .item-con{
	width: 190px;
	margin: 5px 0;
}
.xcn_qk_joulist .links-box{
	background-color: #fff;
	margin-top: 20px;
}
.xcn_qk_joulist .links-box .box-bar{
	height: 50px;
}
.xcn_sci_list .block_sci_list dl dd:first-of-type, .xcn_sci_list .block_sci_list ul li span.title{
	width: 32%;
	padding-right: 2%;
}
.xcn_sci_list .block_sci_list ul li span.title{
	font-weight: normal;
}
.xcn_sci_list .block_sci_list dl dd:nth-of-type(2), .xcn_sci_list .block_sci_list ul li span:nth-of-type(2){
	width: 12%;
}
.xcn_sci_list .block_sci_list dl dd:nth-of-type(3), .xcn_sci_list .block_sci_list ul li span:nth-of-type(3){
	width: 12%;
	text-align: center;
	padding-right: 0;
}
.xcn_sci_list .block_sci_list dl dd:nth-of-type(4), .xcn_sci_list .block_sci_list ul li span:nth-of-type(4){
	width: 12%;
	text-align: center;
}
.xcn_sci_list .block_sci_list dl dd:nth-of-type(5), .xcn_sci_list .block_sci_list ul li span:nth-of-type(5){
	width: 15%;
	text-align: center;
}
.xcn_sci_list .block_sci_list dl dd:nth-of-type(6), .xcn_sci_list .block_sci_list ul li span:nth-of-type(6){
	width: 17%;
	text-align: center;
}
.xmn_sci_qkjs .block-qk-jbxx ul li .maxBox{
	max-height: 94.5px;
	overflow: hidden;
}
.xmn_sci_tlqk>b{
	display: block;
	font-size: 15px;
	color: #000;
	margin: 20px 0 15px 0;
}
.xmn_sci_tlqk ul li{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	background-color: #f4f7f6;
}
.xmn_sci_tlqk ul li:nth-of-type(2n){
	margin-right: 0;
}
.xmn_sci_tlqk ul li:nth-of-type(4n-2){
    background-color: #fff;
}
.xmn_sci_tlqk ul li:nth-of-type(4n-3){
    background-color: #fff;
}
.xmn_sci_tlqk ul li>a{
	display: block;
	font-size: 15px;
	color: #000;
	padding: 12px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xmn_sci_tlqk ul li>a span{
	color: #777;
}
.xmn_sci_tlqk ul li>a:hover{
	color: #00b6bd;
}
.xmn_block_scishow .xmn_sci_pjzs .dl-dldabox:nth-of-type(3), .xmn_block_scishow .xmn_sci_pjzs .dl-dldabox:nth-of-type(4){
	margin-top: 28px;
}
.xmn_block_scishow .xmn_sci_pjzs .pjsjbox{
	max-height: 784px;
	overflow: hidden;
}
.xmn_block_scishow table{
	margin-bottom: 35px;
	border-collapse: collapse;
	border: solid 1px #F1F1F1;
}
.xmn_block_scishow table thead tr td{
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #f4f7f6;
	border: solid 1px #F1F1F1;
}
.xmn_block_scishow table tbody tr td{
	padding: 20px 0;
	font-size: 15px;
	text-align: center;
	border: solid 1px #F1F1F1;
}
.xmn_block_scishow table tbody tr td span{
	display: block;
	line-height: 30px;
}
.xmn_block_scishow table tbody tr td span:nth-of-type(2n){
	margin-bottom: 10px;
}
.xmn_block_scishow table tbody tr td span:last-of-type{
	margin-bottom: 0;
}
.xmn_block_scishow table tbody tr td span.keypoint{
	width: 38px;
	color: #fb7823;
	font-size: 13px;
	height: 24px;
	line-height: 22px !important;
	text-align: center;
	border: solid 1px #fb7823;
	background-color: #fffcdf;
	border-radius: 2px;
	margin: 0 auto 30px;
}
.xmn_block_scishow table tbody tr td span.keypoint:last-of-type{
	margin-bottom: 0;
}
/* CiteScore */
.xmn_block_scishow table.xmn_scitable_csdata{
	margin-bottom: 0;
}
.xmn_block_scishow table.xmn_scitable_csdata thead td:first-of-type, .xmn_block_scishow table.xmn_scitable_csdata thead td:nth-of-type(2), .xmn_block_scishow table.xmn_scitable_csdata thead td:nth-of-type(3){
	width: 106px;
}
.xmn_block_scishow table.xmn_scitable_csdata tbody td:last-of-type{
	padding: 0;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec{
	border: none;
	margin-bottom: 0;
}
.xmn_block_scishow .num-elememt{
	position: relative;
	width: 47%;
	height: 6px;
	left: 26.5%;
}
.xmn_block_scishow .num-elememt:nth-child(even){
	margin-top: 62px;
}
.xmn_block_scishow .num-elememt p{
	font-size: 13px;
	position: absolute;
	left: 85%;
	top: -22px;
	text-align: center;
}
.xmn_block_scishow .num-elememt .num-gray{
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 3px;
	left: 0;
}
.xmn_block_scishow .num-elememt .num-blue{
	position: absolute;
	width: 85%;
	height: 6px;
	background-color: #26bdcf;
	border-radius: 3px;
	left: 0;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec .ranking{
	color: #26bdcf;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec thead tr td{
	padding: 7px 0;
	border-top: none;
	border-right: 1px solid #f1f1f1;
	font-size: 15px;
	font-weight: bold;
	background-color: transparent;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec thead tr td:first-of-type{
	border-left: none;
	width: auto;
	padding-left: 0;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec thead tr td:last-of-type{
	border-right: none;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec thead tr td:nth-of-type(2), .xmn_block_scishow table.xmn_scitable_csdata_sec thead tr td:nth-of-type(3), .xmn_block_scishow table.xmn_scitable_csdata_sec thead tr td:nth-of-type(4){
	width: 152px;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec tbody tr td{
	border-right: 1px solid #f1f1f1;
	padding: 10px 0;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec tbody tr td:first-of-type{
	padding-left: 25px;
	padding-right: 15px;
	border-left: none;
	text-align: left;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec tbody tr td:last-of-type{
	border-right: none;
}
.xmn_block_scishow table.xmn_scitable_csdata_sec tbody tr:last-of-type td{
	border-bottom: none;
}
.xmn_block_scishow .xmn_sci_mcjs{
	background-color: #f9f9f9;
	padding: 16px 23px;
	margin-top: 20px;
}
.xmn_block_scishow .xmn_sci_mcjs p{
	font-size: 12px;
	color: #777;
	line-height: 22px;
	text-align: justify;
}
.xmn_block_scishow .xmn_sci_mcjs p b{
	color: #333;
	font-weight: bold;
}
/* WOS(JCR) */
.xmn_block_scishow table.xmn_scitable_jcrdata{
	margin-bottom: 10px;
}
.xmn_block_scishow table.xmn_scitable_jcrdata{
	margin-bottom: 10px;
}
.xmn_block_scishow table.xmn_scitable_jcrdata thead tr td:nth-of-type(2), .xmn_block_scishow table.xmn_scitable_jcrdata thead tr td:nth-of-type(3), .xmn_block_scishow table.xmn_scitable_jcrdata thead tr td:nth-of-type(4), .xmn_block_scishow table.xmn_scitable_jcrdata thead tr td:nth-of-type(5){
	width: 130px;
}
.xmn_block_scishow table.xmn_scitable_jcrdata tbody tr td.name{
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}
/* SCI */
.xmn_sci_zkysj_inner>P{
	font-size: 15px;
	font-weight: bold;
	color: #ff0004;
	margin-bottom: 15px;
}
.xmn_block_scishow table.xmn_scitable_zkydata thead tr td:first-of-type, .xmn_block_scishow table.xmn_scitable_zkydata tbody tr td:first-of-type{
	width: 106px;
}
.xmn_block_scishow table.xmn_scitable_zkydata thead tr td:nth-of-type(2), .xmn_block_scishow table.xmn_scitable_zkydata tbody tr td:nth-of-type(2){
	width: 106px;
}
.xmn_block_scishow table.xmn_scitable_zkydata thead tr td:nth-of-type(3), .xmn_block_scishow table.xmn_scitable_zkydata tbody tr td:nth-of-type(3){
	width: 264px;
}
.xmn_block_scishow table.xmn_scitable_zkydata tbody tr td.dlfq span.name{
	float: left;
	width: 65%;
	text-align: left;
	margin-left: 25px;
	line-height: 20px;
}
.xmn_block_scishow table.xmn_scitable_zkydata tbody tr td.dlfq span.keypoint{
	float: right;
	margin-right: 25px;
}
.xmn_block_scishow table.xmn_scitable_zkydata tbody tr td.xlfq .l{
	float: left;
	width: 82%;
	text-align: left;
	margin-left: 25px;
	line-height: 20px;
}
.xmn_block_scishow table.xmn_scitable_zkydata tbody tr td.xlfq .r{
	float: right;
	margin-right: 25px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.xmn_block_scishow table.xmn_scitable_zkydata:last-of-type{
	margin-bottom: 0;
}
.xmn_block_scishow .xmn_sci_btncom{
	display: block;
	width: 220px;
	height: 44px;
	line-height: 42px;
	border-radius: 22px;
	border: solid 1px #26bdcf;
	font-size: 16px;
	text-align: center;
	color: #26bdcf;
	margin: 30px auto 0;
}
.xmn_block_scishow .xmn_sci_btncom:hover{
	background-color: #26bdcf;
	color: #fff;
}
.xmn_block_scishow .xmn_sci_fwfx .tablebox{
	width: 539px;
	margin-bottom: 0;
}
.xmn_block_scishow .xmn_sci_fwfx .tablebox h5{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.xmn_block_scishow .xmn_sci_fwfx .tablebox:nth-of-type(even){
	margin-left: 20px;
}
.xmn_block_scishow .xmn_sci_fwfx table{
	margin-bottom: 0;
}
.xmn_block_scishow .xmn_sci_fwfx table thead tr td{
	background-color: #26bdcf;
	color: #fff;
}
.xmn_block_scishow .xmn_sci_fwfx table thead tr td:first-of-type, .xmn_block_scishow .xmn_sci_fwfx table tbody tr td:first-of-type{
	width: 82%;
	text-align: left;
	padding-left: 25px;
}
.xmn_block_scishow .xmn_sci_fwfx table thead tr td:last-of-type, .xmn_block_scishow .xmn_sci_fwfx table tbody tr td:last-of-type{
	width: 18%;
	text-align: center;
	padding-right: 0;
}
.xmn_block_scishow .xmn_sci_fwfx table tbody tr td{
	padding: 10px 0;
}
.xmn_block_scishow .xmn_sci_fwfx table tbody tr:nth-of-type(even) td{
	background-color: #f4f7f6;
}
/* 相关期刊 */
.xmn_block_scishow .xmn_sci_xgqk .item_title{
	font-size: 16px;
	margin: 12px 0 8px 0;
	font-weight: normal;
	color: #000;
}
.xmn_block_scishow .xmn_sci_xgqk .item_zwmc{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}
.xmn_block_scishow .xmn_sci_xgqk .item_info{
	font-size: 12px;
	color: #999;
}
.xmn_block_scishow .xmn_sci_xgqk .item_info span{
	font-size: 12px;
	color: #26bdcf;
}
.xmn_block_scishow .xmn_sci_xgqk ul li:hover .item_title{
	color: #00b6bd;
}

/* showDialog */
#SD_HideSelect {position:fixed;top:0px;left:0px;z-index:999;width:100%;height:100%;background:#FFFFFF;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
* html #SD_HideSelect {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#SD_overlay {position:fixed;top:0px;left:0px;z-index:1000;width:100%;height:100%;}
* html #SD_overlay {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
.SD_overlayBG {background:#000000;filter:alpha(opacity=50);-moz-opacity:0.50;opacity:0.50;}
.SD_overlayBG2 {background:#FFFFFF;filter:alpha(opacity=20);-moz-opacity:0.20;opacity:0.20;}
.SD_bg {background:#333333;filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30;width:9px;height:9px;overflow:hidden;}
#SD_window {position:absolute;top:0px;left:0px;z-index:1000;overflow:hidden;display:none;}
#SD_container {position:relative;z-index:1005;background:#FFFFFF;border:1px solid #888888;float:left;}
#SD_container h3 {height:30px;line-height:30px;background:#F6F6F6;border-bottom:1px solid #CDCDCD;text-indent:10px;color:#336699;font-size:14px;font-weight:bold;cursor:move;}
#SD_body {padding:15px;white-space:normal;}
#SD_body, #SD_body div, #SD_body p, #SD_body td {color:#000000;}
#SD_button {padding:10px 0px;background:#F6F6F6;border-top:1px solid #CDCDCD;text-align:right;display:none;}
#SD_button a {margin-right:10px;padding:6px 10px 4px;background:#005EAC;border-width:1px;border-style:solid;border-color:#D8DFEA #0E1F5B #0E1F5B #D8DFEA;white-space:nowrap;display:inline-block;color:#FFFFFF;font-size:14px;text-align:center;cursor:pointer;}
#SD_button a:hover {text-decoration:none;}
#SD_close {position:absolute;top:6px;right:10px;z-index:1005;width:17px;height:17px;border:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAiCAIAAAA24aWuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADaSURBVDhPrVPRCYMwEM02DiG4hQM4gW7gbLUfhoBOUfpX6AbtkT7hPB8hjR4PTN69x+XOxD2898Nw77oczH3/XBYnH5NIYxlHZ6gcnPZ8YmiGksQjkWAE9myQRBFWh8qkHwi3MFkBnwHkzCC4og6E+f1AokTY723EoxlK8hmkUeQpudcl7+c1Tb5pblWVg7mu3yE4+ZhEGmvbOkPl4LTn9/s0Q0nikUgwAns2SKIIq0Nl0g+EW5isgM8AcmYQXFEHwvx+IFEi7Pc24tEMJfkM0ijylNzrv99PCF+W8o74YJij0AAAAABJRU5ErkJggg==) no-repeat 0px 0px;display:none;}
#SD_close:hover {background-position:0px -17px;}

/* 乐语 */
.customerservice{
	position: fixed;
	/*left: 20px;*/
	right: 20px;
	top: 127px;
	width: 68px;
	height: 392px;
	background-image: url(../image/customerservice.png);
	background-repeat: no-repeat;
	background-position: -78px 0;
	z-index: 9999;
	font-family: sans-serif;
}
.customerservice::selection {
	background: #219bd9;
	color: #fff;
}
.customerservice ul{
	margin: 67px 4px 0 4px;
	padding: 0;
}
.customerservice ul li{
	width: 60px;
	height: 60px;
	margin:0; padding: 0;
	margin-bottom: 5px;
	list-style: none;
}
.customerservice ul li a{
	width: 60px;
	height: 60px;
	line-height: 3;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: none;
	transition: none;
	color:#333;text-decoration:none;
}
.customerservice ul li a:hover{
	background-image: url(../image/customerservice.png);
	background-repeat: no-repeat;
	color:#008fcc;
	text-decoration:underline;
}
.customerservice ul li.cs1 a:hover{
	background-position: -4px -67px;
}
.customerservice ul li.cs2 a:hover{
	background-position: -4px -132px;
}
.customerservice ul li.cs3 a:hover{
	background-position: -4px -197px;
}
.customerservice ul li.cs4 a:hover{
	background-position: -4px -262px;
}
.customerservice ul li.cs5 a:hover{
	background-position: -4px -327px;
}
.customerservice_dy{
background-image: url(../image/customerservice_dy.png);
}
.xmn_qkshow_pllist .reply-box{
	width: auto;
} 
.xmn_qkshow_pllist .reply-form .reply-input{
	width: 700px;
}
.xmn_qkshow_pllist .reply-form .reply-input .l{
	width: 90%;
}
.xmn_qkshow_pllist .reply-form .reply-input .r{
	width: 10%;
}
.btm_commentlist{
	margin-top: 20px;
}
/* 订阅答疑 */
.block-dy-dydy ul li{
	float: left;
	width: 30%;
	padding-bottom: 35px;
	padding-right: 40px;
	margin-right: 32px;
	position: relative;
	text-align: justify;
}
.block-dy-dydy ul li:last-of-type{
	padding-right: 0;
}
.block-dy-dydy ul li b{
	display: block;
	font-size: 14px;
	color: #000;
	margin-bottom: 22px;
}
.block-dy-dydy ul li:hover b{
	color: #1fbfc5;
}
.block-dy-dydy ul li b:before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 21px;
	background: url(../images/dd/xmn_dy_icon_ask.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}
.block-dy-dydy ul li p{
	font-size: 13px;
	line-height: 24px;
	color: #666;
}
.block-dy-dydy ul li:not(:last-of-type)::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 152px;
	background: #eeeeee;
	position: absolute;
	right: 0;
	top: 0;
}